Skip to content

array_union

function array_union(col1, col2): Column;

Defined in: functions/collection.ts:32

Returns the union of two arrays without duplicates.

ParameterType
col1ColOrName
col2ColOrName

Column