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
rank in datafusion::functions_window::rank - Rust
[go: Go Back, main page]

Function rank

Source
pub fn rank() -> Expr
Expand description

Create a WindowFunction expression for Rank user-defined window function.

Returns rank of the current row with gaps. Same as row_number of its first peer