Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
string_to_array in datafusion::prelude - Rust
[go: Go Back, main page]

Function string_to_array

Source
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