You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

This operator removes duplicates.

Parameter

none

Example

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

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



  • No labels