datafusion_functions_aggregate::string_agg

Function string_agg

Source
pub fn string_agg(expr: Expr, delimiter: Expr) -> Expr
Expand description

Concatenates the values of string expressions and places separator values between them