FunctionsString
lpad
Pads each value on the left until it reaches the requested byte length. Uses an optional pad string or a single space.
lpad(…) → DynamicKind · scalar
Pads each value on the left until it reaches the requested byte length. Uses an optional pad string or a single space.
Part of the String family.