DB
FunctionsString

rpad

Pads each value on the right until it reaches the requested byte length. Uses an optional pad string or a single space.

rpad(…) → String

Kind · scalar

Pads each value on the right until it reaches the requested byte length. Uses an optional pad string or a single space.

Part of the String family.