Module string_agg

Source
Expand description

StringAgg accumulator for the string_agg function

Structs§

StringAgg
STRING_AGG aggregate expression

Functions§

string_agg
Concatenates the values of string expressions and places separator values between them
string_agg_udaf
AggregateFunction that returns a AggregateUDF for StringAgg