Function datafusion::prelude::substr_index
source ยท pub fn substr_index(string: Expr, delimiter: Expr, count: Expr) -> Expr
Expand description
Returns the substring from str before count occurrences of the delimiter
pub fn substr_index(string: Expr, delimiter: Expr, count: Expr) -> Expr
Returns the substring from str before count occurrences of the delimiter