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

Compare with Current View Page History

« Previous Version 4 Current »

This operator removes duplicates from a relation.

Parameter

none

Example

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

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



  • No labels