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 classSessionWithGapOnTimeWithAliasSession window on time with alias.classSlideWithSizeAndSlideOnTimeWithAliasSliding window on time with alias.classTumbleWithSizeOnTimeWithAliasTumbling window on time with alias.Methods in org.apache.flink.table.api with parameters of type GroupWindow Modifier and Type Method Description GroupWindowedTableTable. 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 GroupWindowedTableTableImpl. 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 QueryOperationOperationTreeBuilder. 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)QueryOperationOperationTreeBuilder. 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)QueryOperationOperationTreeBuilder. 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)
-