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_aggregate::nth_value - Rust
[go: Go Back, main page]

datafusion::functions_aggregate

Module nth_value

Source
Expand description

Defines NTH_VALUE aggregate expression which may specify ordering requirement that can evaluated at runtime during query execution

Structs§

  • Expression for a NTH_VALUE(... ORDER BY ..., ...) aggregation. In a multi partition setting, partial aggregations are computed for every partition, and then their results are merged.

Functions§