Expand description
ARRAY_AGG aggregate implementation: ArrayAgg
Structsยง
- Array
Agg - ARRAY_AGG aggregate expression
- Array
AggAccumulator - Distinct
Array ๐AggAccumulator - Order
Sensitive ๐Array AggAccumulator - Accumulator for a
ARRAY_AGG(... ORDER BY ..., ...)aggregation. In a multi partition setting, partial aggregations are computed for every partition, and then their results are merged.
Functionsยง
- array_
agg - input values, including nulls, concatenated into an array
- array_
agg_ udaf - AggregateFunction that returns a
AggregateUDFforArrayAgg