Function datafusion_expr::expr_fn::substr_index
source · pub fn substr_index(string: Expr, delimiter: Expr, count: Expr) -> ExprExpand description
Returns the substring from str before count occurrences of the delimiter
pub fn substr_index(string: Expr, delimiter: Expr, count: Expr) -> ExprReturns the substring from str before count occurrences of the delimiter