pub fn reverse<T: OffsetSizeTrait>(args: &[ArrayRef]) -> Result<ArrayRef>
Available on crate feature
unicode_expressions
only.Expand description
Reverses the order of the characters in the string reverse('abcde') = 'edcba'
.
The implementation uses UTF-8 code points as characters