Function datafusion_physical_expr::string_expressions::ltrim
source · pub fn ltrim<T: OffsetSizeTrait>(args: &[ArrayRef]) -> Result<ArrayRef>
Expand description
Returns the longest string with leading characters removed. If the characters are not specified, whitespace is removed. ltrim(‘zzzytest’, ‘xyz’) = ‘test’