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

datafusion::functions_window::rank

Function rank_udwf

Source
pub fn rank_udwf() -> Arc<WindowUDF>
Expand description

Returns a WindowUDF for rank.

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