Uses of Class
org.apache.flink.table.api.GroupWindow
-
Packages that use GroupWindow Package Description org.apache.flink.table.api org.apache.flink.table.api.internal org.apache.flink.table.operations.utils -
-
Uses of GroupWindow in org.apache.flink.table.api
Subclasses of GroupWindow in org.apache.flink.table.api Modifier and Type Class Description class
SessionWithGapOnTimeWithAlias
Session window on time with alias.class
SlideWithSizeAndSlideOnTimeWithAlias
Sliding window on time with alias.class
TumbleWithSizeOnTimeWithAlias
Tumbling window on time with alias.Methods in org.apache.flink.table.api with parameters of type GroupWindow Modifier and Type Method Description GroupWindowedTable
Table. window(GroupWindow groupWindow)
Groups the records of a table by assigning them to windows defined by a time or row interval. -
Uses of GroupWindow in org.apache.flink.table.api.internal
Methods in org.apache.flink.table.api.internal with parameters of type GroupWindow Modifier and Type Method Description GroupWindowedTable
TableImpl. window(GroupWindow groupWindow)
-
Uses of GroupWindow in org.apache.flink.table.operations.utils
Methods in org.apache.flink.table.operations.utils with parameters of type GroupWindow Modifier and Type Method Description QueryOperation
OperationTreeBuilder. windowAggregate(List<org.apache.flink.table.expressions.Expression> groupingExpressions, GroupWindow window, List<org.apache.flink.table.expressions.Expression> windowProperties, List<org.apache.flink.table.expressions.Expression> aggregates, QueryOperation child)
QueryOperation
OperationTreeBuilder. windowAggregate(List<org.apache.flink.table.expressions.Expression> groupingExpressions, GroupWindow window, List<org.apache.flink.table.expressions.Expression> windowProperties, org.apache.flink.table.expressions.Expression aggregateFunction, QueryOperation child)
QueryOperation
OperationTreeBuilder. windowTableAggregate(List<org.apache.flink.table.expressions.Expression> groupingExpressions, GroupWindow window, List<org.apache.flink.table.expressions.Expression> windowProperties, org.apache.flink.table.expressions.Expression tableAggFunction, QueryOperation child)
-