Uses of Class
org.apache.flink.table.api.GroupWindow
Packages that use GroupWindow
Package
Description
-
Uses of GroupWindow in org.apache.flink.table.api
Subclasses of GroupWindow in org.apache.flink.table.apiModifier and TypeClassDescriptionfinal classSession window on time with alias.final classSliding window on time with alias.final classTumbling window on time with alias.Methods in org.apache.flink.table.api with parameters of type GroupWindowModifier and TypeMethodDescriptionTable.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 -
Uses of GroupWindow in org.apache.flink.table.operations.utils
Methods in org.apache.flink.table.operations.utils with parameters of type GroupWindowModifier and TypeMethodDescriptionOperationTreeBuilder.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) 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) 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)