Skip to content

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.

Parameter Type
column ColOrName
value ColOrName

Column