Function datafusion::prelude::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.