Uses of Interface
org.apache.flink.table.api.AggregatedTable
-
Packages that use AggregatedTable Package Description org.apache.flink.table.api org.apache.flink.table.api.internal -
-
Uses of AggregatedTable in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return AggregatedTable Modifier and Type Method Description AggregatedTableGroupedTable. aggregate(org.apache.flink.table.expressions.Expression aggregateFunction)Performs an aggregate operation with an aggregate function.AggregatedTableTable. aggregate(org.apache.flink.table.expressions.Expression aggregateFunction)Performs a global aggregate operation with an aggregate function.AggregatedTableWindowGroupedTable. 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 AggregatedTable Modifier and Type Method Description AggregatedTableTableImpl. aggregate(org.apache.flink.table.expressions.Expression aggregateFunction)
-