Module rpad
datafusion
50.3.0
Module rpad
Module Items
Structs
Functions
In datafusion::
functions::
unicode
datafusion
::
functions
::
unicode
Module
rpad
Copy item path
Source
Structs
§
RPad
Func
Functions
§
rpad
rpad_
impl
Extends the string to length ‘length’ by appending the characters fill (a space by default). If the string is already longer than length then it is truncated. rpad(‘hi’, 5, ‘xy’) = ‘hixyx’