lpad
function lpad( column, len, pad): Column;Defined in: functions/string.ts:108
Left-pads the string column to the given length with the specified pad string.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
len | number |
pad | string |