| Package | Description |
|---|---|
| org.apache.flink.table.api |
| Modifier and Type | Method and Description |
|---|---|
OverWindowPartitionedOrderedPreceding |
OverWindowPartitionedOrderedPreceding.following(org.apache.flink.table.expressions.Expression following)
Set the following offset (based on time or row-count intervals) for over window.
|
OverWindowPartitionedOrderedPreceding |
OverWindowPartitionedOrdered.preceding(org.apache.flink.table.expressions.Expression preceding)
Set the preceding offset (based on time or row-count intervals) for over window.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.