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§
- Returns the nth value in a group of values.
- AggregateFunction that returns a
AggregateUDF
forNthValueAgg