Skip to content

rpad

function rpad(
column,
len,
pad): Column;

Defined in: functions/string.ts:113

Right-pads the string column to the given length with the specified pad string.

ParameterType
columnColOrName
lennumber
padstring

Column