Uses of Interface
org.apache.flink.table.api.WindowGroupedTable
-
Packages that use WindowGroupedTable Package Description org.apache.flink.table.api -
-
Uses of WindowGroupedTable in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return WindowGroupedTable Modifier and Type Method Description WindowGroupedTable
GroupWindowedTable. groupBy(org.apache.flink.table.expressions.Expression... fields)
Groups the elements by a mandatory window and one or more optional grouping attributes.
-