Window Iterators

Window iterators are a means of explicitly iterating over all of the records stored in a window. It is usually more convenient, and safer, to use the for loop mechanism if the goal is to iterate over the data once, but iterators provide extra flexibility.

Functions for Iterators

Each block of code has implicit variables for windows and window iterators. If an input window is named Stream1, there are variables Stream1_stream and Stream1_iterator.

Those variables can be used in conjunction with the following functions.