starts_with

Function starts_with 

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

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