Skip to content

array_contains

function array_contains(column, value): Column;

Defined in: functions/collection.ts:22

Returns true if the array contains the given value.

ParameterType
columnColOrName
valueColOrName

Column