Function datafusion_expr::expr_fn::split_part
source · pub fn split_part(string: Expr, delimiter: Expr, index: Expr) -> ExprExpand description
splits a string based on a delimiter and picks out the desired field based on the index.