Set

Operators in the Set category

Home > Data Cleaning > Set

Operators

OperatorDescription
DifferenceFind the set difference of two inputs
IntersectTake the intersect of two inputs
SymmetricDifferenceFind the symmetric difference (the set of elements which are in either of the sets, but not in their intersection) of two inputs
UnionUnions the output rows from multiple input operators

Total: 4 operators


Difference

Find the set difference of two inputs

Intersect

Take the intersect of two inputs

SymmetricDifference

Find the symmetric difference (the set of elements which are in either of the sets, but not in their intersection) of two inputs

Union

Unions the output rows from multiple input operators