Available on crate feature
unicode_expressions only.Expand description
“unicode” DataFusion functions
Modules§
Functions§
- character_
length - Return a
ScalarUDFimplementation of character_length - find_
in_ set - Return a
ScalarUDFimplementation of find_in_set - functions
- Returns all DataFusion functions defined in this package
- initcap
- Return a
ScalarUDFimplementation of initcap - left
- Return a
ScalarUDFimplementation of left - lpad
- Return a
ScalarUDFimplementation of lpad - reverse
- Return a
ScalarUDFimplementation of reverse - right
- Return a
ScalarUDFimplementation of right - rpad
- Return a
ScalarUDFimplementation of rpad - strpos
- Return a
ScalarUDFimplementation of strpos - substr
- Return a
ScalarUDFimplementation of substr - substr_
index - Return a
ScalarUDFimplementation of substr_index - substring
- Return a
ScalarUDFimplementation of substring - translate
- Return a
ScalarUDFimplementation of translate