array_position
function array_position(column, value): Column;Defined in: functions/collection.ts:74
Returns the (1-based) index of the first element of the array as long.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
value | ColOrName |