2.2 Generating input relations using window operations

This section explains how to use window operation to generate input relations.

A window operation isolates part of the stream data to specify the data to be processed. You can also specify the data to be processed by combining windows with different axes, such as the number of tuples and their time stamps.

Organization of this section
2.2.1 Types of window operations
2.2.2 Window operation examples