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

Function percent_rank_udwf

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

Returns a WindowUDF for percent_rank.

Returns the relative rank of the current row: (rank - 1) / (total rows - 1)