Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This operator removes duplicates from a relation.

Parameter

none

Example

PQL
Code Block
themeEclipse
languagepql
titleDistinct Operator
linenumberstrue
relation = ELEMENTWINDOW({SLIDE = 5, SIZE=5},  input)

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