Classes for implementing event-time processing functionality. More...

Collaboration diagram for Event Time:
inherit usemap= node

Detailed Description

Classes for implementing event-time processing functionality.

Event-time is a simple model which supports streams processing where time is not derived from the system time of the machine Streams is running on, but from a time value associated with each tuple. In a graph enabled for event-time, tuples have an attribute which holds their time value. Having a time value for each tuple enables operations such as grouping tuples with a time value falling within specified time intervals, and running aggregate calculations on the group.

Since
IBM Streams Version 4.3.0

Function Documentation

◆ operator<<()

Serialize the specified value.