|< < 16 > >|

Unique

An operator is needed to eliminate duplicates, i.e., to make the rows in an iterator unique.

Uses:

  • select distinct ...

  • select sum(distinct ...) ...

  • union, intersect, except

  • The Project operator (as implemented) did not eliminate duplicates.

|< < 16 > >|