greatest
function greatest(...columns): Column;Defined in: functions/math.ts:151
Returns the greatest value of the list of column names, skipping null values.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
…columns | ColOrName[] |
function greatest(...columns): Column;Defined in: functions/math.ts:151
Returns the greatest value of the list of column names, skipping null values.
| Parameter | Type |
|---|---|
…columns | ColOrName[] |