This operator removes duplicates from a relation.

Parameter

none

Example

PQL
relation = ELEMENTWINDOW({SLIDE = 5, SIZE=5},  input)

/// Remove duplicates from the relation
output = DISTINCT(relation)