Skip to content

array_except

function array_except(col1, col2): Column;

Defined in: functions/collection.ts:42

Returns the elements in col1 but not in col2, without duplicates.

ParameterType
col1ColOrName
col2ColOrName

Column