Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
reverse in datafusion_functions::unicode::reverse - Rust
[go: Go Back, main page]

Function datafusion_functions::unicode::reverse::reverse

source ·
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