Uses of Interface
org.apache.flink.table.api.FlatAggregateTable
-
Packages that use FlatAggregateTable Package Description org.apache.flink.table.api org.apache.flink.table.api.internal -
-
Uses of FlatAggregateTable in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return FlatAggregateTable Modifier and Type Method Description FlatAggregateTableGroupedTable. flatAggregate(org.apache.flink.table.expressions.Expression tableAggFunction)Performs a flatAggregate operation on a grouped table.FlatAggregateTableTable. flatAggregate(org.apache.flink.table.expressions.Expression tableAggregateFunction)Perform a global flatAggregate without groupBy.FlatAggregateTableWindowGroupedTable. flatAggregate(org.apache.flink.table.expressions.Expression tableAggregateFunction)Performs a flatAggregate operation on a window grouped table. -
Uses of FlatAggregateTable in org.apache.flink.table.api.internal
Methods in org.apache.flink.table.api.internal that return FlatAggregateTable Modifier and Type Method Description FlatAggregateTableTableImpl. flatAggregate(org.apache.flink.table.expressions.Expression tableAggregateFunction)
-