Function datafusion::functions_array::string::string_to_array

source ยท
pub fn string_to_array(string: Expr, delimiter: Expr, null_string: Expr) -> Expr
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