Module rtrim
datafusion_
functions
50.3.0
Module rtrim
Module Items
Structs
Functions
In datafusion_
functions::
string
datafusion_functions
::
string
Module
rtrim
Copy item path
Source
Structs
§
Rtrim
Func
Functions
§
rtrim
🔒
Returns the longest string with trailing characters removed. If the characters are not specified, whitespace is removed. rtrim(‘testxxzx’, ‘xyz’) = ‘test’