Function datafusion_functions::string::expr_fn::starts_with
source ยท pub fn starts_with(arg1: Expr, arg2: Expr) -> Expr
Expand description
Returns true if string starts with prefix.
pub fn starts_with(arg1: Expr, arg2: Expr) -> Expr
Returns true if string starts with prefix.