arrays_overlap
function arrays_overlap(col1, col2): Column;Defined in: functions/collection.ts:94
Returns true if the two arrays contain any common non-null element.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
col1 | ColOrName |
col2 | ColOrName |