Package | Description |
---|---|
org.apache.flink.table.api | |
org.apache.flink.table.api.internal | |
org.apache.flink.table.expressions.resolver | |
org.apache.flink.table.operations.utils |
Modifier and Type | Method and Description |
---|---|
OverWindow |
OverWindowPartitionedOrderedPreceding.as(org.apache.flink.table.expressions.Expression alias)
Assigns an alias for this window that the following
select() clause can refer to. |
OverWindow |
OverWindowPartitionedOrdered.as(org.apache.flink.table.expressions.Expression alias)
Assigns an alias for this window that the following
select() clause can refer to. |
OverWindow |
OverWindowPartitionedOrderedPreceding.as(String alias)
Assigns an alias for this window that the following
select() clause can refer to. |
OverWindow |
OverWindowPartitionedOrdered.as(String alias)
Assigns an alias for this window that the following
select() clause can refer to. |
Modifier and Type | Method and Description |
---|---|
OverWindowedTable |
Table.window(OverWindow... overWindows)
Defines over-windows on the records of a table.
|
Modifier and Type | Method and Description |
---|---|
OverWindowedTable |
TableImpl.window(OverWindow... overWindows) |
Modifier and Type | Method and Description |
---|---|
ExpressionResolver.ExpressionResolverBuilder |
ExpressionResolver.ExpressionResolverBuilder.withOverWindows(List<OverWindow> windows) |
Modifier and Type | Method and Description |
---|---|
QueryOperation |
OperationTreeBuilder.project(List<org.apache.flink.table.expressions.Expression> projectList,
QueryOperation child,
List<OverWindow> overWindows) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.