Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion::functions_window::expr_fn - Rust
[go: Go Back, main page]

Module expr_fn

Source
Expand description

Fluent-style API for creating Exprs

Functionsยง

cume_dist
Create a WindowFunction expression for CumeDist user-defined window function.
dense_rank
Create a WindowFunction expression for DenseRank user-defined window function.
first_value
Create an expression to represent the first_value window function
lag
Create an expression to represent the lag window function
last_value
Create an expression to represent the last_value window function
lead
Create an expression to represent the lead window function
nth_value
Create an expression to represent the nth_value window function
ntile
percent_rank
Create a WindowFunction expression for PercentRank user-defined window function.
rank
Create a WindowFunction expression for Rank user-defined window function.
row_number
Create a WindowFunction expression for RowNumber user-defined window function.