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 AggregatedTable
GroupedTable. aggregate(org.apache.flink.table.expressions.Expression aggregateFunction)
Performs an aggregate operation with an aggregate function.AggregatedTable
Table. aggregate(org.apache.flink.table.expressions.Expression aggregateFunction)
Performs a global aggregate operation with an aggregate function.AggregatedTable
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 AggregatedTable Modifier and Type Method Description AggregatedTable
TableImpl. aggregate(org.apache.flink.table.expressions.Expression aggregateFunction)
-