Expand description
ARRAY_AGG
aggregate implementation: ArrayAgg
Structs§
- Array
Agg - ARRAY_AGG aggregate expression
- Array
AggAccumulator
Functions§
- array_
agg - input values, including nulls, concatenated into an array
- array_
agg_ udaf - AggregateFunction that returns a
AggregateUDF
forArrayAgg