| Package | Description |
|---|---|
| org.apache.flink.table.runtime.operators.window | |
| org.apache.flink.table.runtime.operators.window.internal |
| Modifier and Type | Field and Description |
|---|---|
protected InternalWindowProcessFunction<K,W> |
WindowOperator.windowFunction |
| Modifier and Type | Class and Description |
|---|---|
class |
GeneralWindowProcessFunction<K,W extends Window>
The general implementation of
InternalWindowProcessFunction. |
class |
MergingWindowProcessFunction<K,W extends Window>
The implementation of
InternalWindowProcessFunction for MergingWindowAssigner. |
class |
PanedWindowProcessFunction<K,W extends Window>
The implementation of
InternalWindowProcessFunction for PanedWindowAssigner. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.