Versions Compared

Key

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

...

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

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