Function datafusion_expr::expr_fn::concat_ws
source · pub fn concat_ws(sep: Expr, values: Vec<Expr>) -> ExprExpand description
Concatenates all but the first argument, with separators.
The first argument is used as the separator.
NULL arguments in values are ignored.