substring
function substring( column, pos, len): Column;Defined in: functions/string.ts:71
Returns the substring from a string column starting at the given position with the given length.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
pos | number |
len | number |