| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.runtime.operators.window | |
| org.apache.flink.table.runtime.operators.window.internal |
| 限定符和类型 | 字段和说明 |
|---|---|
protected InternalWindowProcessFunction<K,W> |
WindowOperator.windowFunction |
| 限定符和类型 | 类和说明 |
|---|---|
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–2020 The Apache Software Foundation. All rights reserved.