pub fn string_to_array(string: Expr, delimiter: Expr, null_string: Expr) -> Expr
Available on crate feature
nested_expressions
only.Expand description
splits a string
based on a delimiter
and returns an array of parts. Any parts matching the optional null_string
will be replaced with NULL