AllWindowFunction
@Public
Base interface for functions that are evaluated over non-grouped windows, i.e., windows over all stream partitions.
- Type parameters:
- IN
The type of the input value.
- OUT
The type of the output value.
trait Function
trait Serializable
class Object
trait Matchable
class Any
Value members
Abstract methods
Evaluates the window and outputs none or several elements.
Evaluates the window and outputs none or several elements.
- Value parameters:
- input
The elements in the window being evaluated.
- out
A collector for emitting elements.
- window
The window that is being evaluated.
- Throws:
- Exception
The function may throw exceptions to fail the program and trigger recovery.