datafusion_functions::string::expr_fn

Function starts_with

Source
pub fn starts_with(arg1: Expr, arg2: Expr) -> Expr
Expand description

Returns true if string starts with prefix.