Function datafusion::logical_expr::expr_fn::instr
source · pub fn instr(string: Expr, substring: Expr) -> Expr
Expand description
returns the position of the first occurrence of substring
in string
pub fn instr(string: Expr, substring: Expr) -> Expr
returns the position of the first occurrence of substring
in string