Function datafusion_expr::expr_fn::array_to_string
source · pub fn array_to_string(array: Expr, delimeter: Expr) -> Expr
Expand description
converts each element to its text representation.
pub fn array_to_string(array: Expr, delimeter: Expr) -> Expr
converts each element to its text representation.