fn string_trim<'a, T: OffsetSizeTrait>(
func: fn(&'a str, &'a str) -> (&'a str, u32),
args: &'a [ArrayRef],
) -> Result<ArrayRef>Expand description
Applies the trim function to the given string array(s) and returns a new string array with the trimmed values.
See string_view_trim for details on func