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