| Package | Description |
|---|---|
| org.apache.flink.table.runtime.operators.window.assigners | |
| org.apache.flink.table.runtime.operators.window.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
CumulativeWindowAssigner
A
WindowAssigner that windows elements into cumulative windows based on the timestamp of
the elements. |
class |
SlidingWindowAssigner
A
WindowAssigner that windows elements into sliding windows based on the timestamp of the
elements. |
| Constructor and Description |
|---|
PanedWindowProcessFunction(PanedWindowAssigner<W> windowAssigner,
NamespaceAggsHandleFunctionBase<W> windowAggregator,
long allowedLateness) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.