datafusion_functions::string::starts_with

Function starts_with

Source
pub fn starts_with(args: &[ArrayRef]) -> Result<ArrayRef>
Expand description

Returns true if string starts with prefix. starts_with(‘alphabet’, ‘alph’) = ‘t’