Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
ends_with in datafusion::functions::string::expr_fn - Rust
[go: Go Back, main page]

Function datafusion::functions::string::expr_fn::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.