Expand description
StringAgg accumulator for the string_agg function
Structsยง
- Simple
String ๐AggAccumulator - StringAgg accumulator for the simple case (no order or distinct specified)
This accumulator is more efficient than
StringAggAccumulatorbecause it accumulates the string directly, whereasStringAggAccumulatorusesArrayAggAccumulator. - String
Agg - STRING_AGG aggregate expression
- String
AggAccumulator ๐ - StringAgg accumulator for the general case (with order or distinct specified)
Functionsยง
- filter_
index ๐ - string_
agg - Concatenates the values of string expressions and places separator values between them
- string_
agg_ udaf - AggregateFunction that returns a
AggregateUDFforStringAgg