Versions Compared

Key

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

This operator can be used to assure the stream order concerning the timestamps. Out of order elements are removed.

Parameter

  • debug (Boolean): If set to true, each time an element is removed, an error is print to the console.

Example

Code Block
languagepql
#PARSER PQL
#QNAME Test
#RUNQUERY
out = TIMESTAMPORDERVALIDATE({DEBUG = true}, MAP({EXPRESSIONS = ['id+5']}, person))