Function datafusion_expr::expr_fn::starts_with
source · pub fn starts_with(string: Expr, prefix: Expr) -> Expr
Expand description
whether the string
starts with the prefix
pub fn starts_with(string: Expr, prefix: Expr) -> Expr
whether the string
starts with the prefix