Function datafusion::prelude::array_to_string
source ยท pub fn array_to_string(array: Expr, delimiter: Expr) -> Expr
Expand description
converts each element to its text representation.
pub fn array_to_string(array: Expr, delimiter: Expr) -> Expr
converts each element to its text representation.