Uses of Interface
org.apache.flink.table.api.AggregatedTable
Packages that use AggregatedTable
-
Uses of AggregatedTable in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return AggregatedTableModifier and TypeMethodDescriptionGroupedTable.aggregate(org.apache.flink.table.expressions.Expression aggregateFunction) Performs an aggregate operation with an aggregate function.Table.aggregate(org.apache.flink.table.expressions.Expression aggregateFunction) Performs a global aggregate operation with an aggregate function.WindowGroupedTable.aggregate(org.apache.flink.table.expressions.Expression aggregateFunction) Performs an aggregate operation on a window grouped table. -
Uses of AggregatedTable in org.apache.flink.table.api.internal
Methods in org.apache.flink.table.api.internal that return AggregatedTableModifier and TypeMethodDescriptionTableImpl.aggregate(org.apache.flink.table.expressions.Expression aggregateFunction)