Function datafusion::logical_expr::expr_fn::ends_with
source · pub fn ends_with(string: Expr, suffix: Expr) -> Expr
Expand description
whether the string
ends with the suffix
pub fn ends_with(string: Expr, suffix: Expr) -> Expr
whether the string
ends with the suffix