Versions Compared

Key

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

...

When applying a join operator on two streams with PredictionTimes metadata, the operator intersects the PredictionTimes to create the result element. The predicate is handled equally as in the select operator.

Code Block
tempJoinTest = JOIN({
	predicate = 'other_temp_x + center_temp_x > 19'                                    
},renameCenter,renameOther)

Aggregate

Text

Examples

Text