Class | Description |
---|---|
InternalIterableWindowFunction<IN,OUT,KEY,W extends Window> |
Internal window function for wrapping a
WindowFunction that takes an Iterable
when the window state also is an Iterable . |
InternalSingleValueWindowFunction<IN,OUT,KEY,W extends Window> |
Internal window function for wrapping a
WindowFunction that takes an Iterable
when the window state is a single value. |
InternalWindowFunction<IN,OUT,KEY,W extends Window> |
Internal interface for functions that are evaluated over keyed (grouped) windows.
|
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.