datafusion_functions::string::expr_fn

Function split_part

Source
pub fn split_part(string: Expr, delimiter: Expr, index: Expr) -> Expr
Expand description

Splits a string based on a delimiter and picks out the desired field based on the index.