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
datafusion_functions::unicode::reverse - Rust
[go: Go Back, main page]

Module reverse

Source
Available on crate feature unicode_expressions only.

Structs§

ReverseFunc

Functions§

reverse
Reverses the order of the characters in the string reverse('abcde') = 'edcba'. The implementation uses UTF-8 code points as characters