| Package | Description |
|---|---|
| org.apache.flink.table.api | |
| org.apache.flink.table.api.internal |
| Modifier and Type | Method and Description |
|---|---|
FlatAggregateTable |
GroupedTable.flatAggregate(org.apache.flink.table.expressions.Expression tableAggFunction)
Performs a flatAggregate operation on a grouped table.
|
FlatAggregateTable |
WindowGroupedTable.flatAggregate(org.apache.flink.table.expressions.Expression tableAggregateFunction)
Performs a flatAggregate operation on a window grouped table.
|
FlatAggregateTable |
Table.flatAggregate(org.apache.flink.table.expressions.Expression tableAggregateFunction)
Perform a global flatAggregate without groupBy.
|
| Modifier and Type | Method and Description |
|---|---|
FlatAggregateTable |
TableImpl.flatAggregate(org.apache.flink.table.expressions.Expression tableAggregateFunction) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.