Module datafusion_functions_aggregate::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§