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

Compare with Current View Page History

Version 1 Next »

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

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