array_contains
function array_contains(column, value): Column;Defined in: functions/collection.ts:22
Returns true if the array contains the given value.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
value | ColOrName |
function array_contains(column, value): Column;Defined in: functions/collection.ts:22
Returns true if the array contains the given value.
| Parameter | Type |
|---|---|
column | ColOrName |
value | ColOrName |