Module datafusion_functions::unicode::reverse

source ·

Structs§

Functions§

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