Module string_agg

Module string_agg 

Source
Expand description

StringAgg accumulator for the string_agg function

Structsยง

SimpleStringAggAccumulator ๐Ÿ”’
StringAgg accumulator for the simple case (no order or distinct specified) This accumulator is more efficient than StringAggAccumulator because it accumulates the string directly, whereas StringAggAccumulator uses ArrayAggAccumulator.
StringAgg
STRING_AGG aggregate expression
StringAggAccumulator ๐Ÿ”’
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 AggregateUDF for StringAgg