| Package | Description |
|---|---|
| org.apache.flink.table.runtime.operators.window.groupwindow.assigners | |
| org.apache.flink.table.runtime.operators.window.groupwindow.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
CumulativeWindowAssigner
A
GroupWindowAssigner that windows elements into cumulative windows based on the
timestamp of the elements. |
class |
SlidingWindowAssigner
A
GroupWindowAssigner 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–2024 The Apache Software Foundation. All rights reserved.