datafusion_functions::string::expr_fn

Function ends_with

Source
pub fn ends_with(string: Expr, suffix: Expr) -> Expr
Expand description

Returns true if the string ends with the suffix, false otherwise.