Function deltalake::datafusion::prelude::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