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’