Uses of Interface
org.apache.flink.table.api.FlatAggregateTable
Packages that use FlatAggregateTable
-
Uses of FlatAggregateTable in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return FlatAggregateTableModifier and TypeMethodDescriptionGroupedTable.flatAggregate(Expression tableAggFunction) Performs a flatAggregate operation on a grouped table.Table.flatAggregate(Expression tableAggregateFunction) Perform a global flatAggregate without groupBy.WindowGroupedTable.flatAggregate(Expression tableAggregateFunction) Performs a flatAggregate operation on a window grouped table.