This operator removes duplicates.

Parameter

none

Example

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

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