Skip to content

array_intersect

function array_intersect(col1, col2): Column;

Defined in: functions/collection.ts:37

Returns the intersection of two arrays without duplicates.

ParameterType
col1ColOrName
col2ColOrName

Column