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.