This operator removes duplicates from a relation.
Parameter
none
Example
PQL
Distinct Operator
relation = ELEMENTWINDOW({SLIDE = 5, SIZE=5}, input) /// Remove duplicates from the relation output = DISTINCT(relation)
This operator removes duplicates from a relation.
none
relation = ELEMENTWINDOW({SLIDE = 5, SIZE=5}, input) /// Remove duplicates from the relation output = DISTINCT(relation)