datafusion_functions_nested::string

Function 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