array_intersect
function array_intersect(col1, col2): Column;Defined in: functions/collection.ts:37
Returns the intersection of two arrays without duplicates.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
col1 | ColOrName |
col2 | ColOrName |
function array_intersect(col1, col2): Column;Defined in: functions/collection.ts:37
Returns the intersection of two arrays without duplicates.
| Parameter | Type |
|---|---|
col1 | ColOrName |
col2 | ColOrName |