Uses of Class
org.apache.flink.table.planner.plan.logical.WindowingStrategy
Packages that use WindowingStrategy
Package
Description
-
Uses of WindowingStrategy in org.apache.flink.table.planner.plan.logical
Subclasses of WindowingStrategy in org.apache.flink.table.planner.plan.logicalModifier and TypeClassDescriptionclassA windowing strategy that gets windows from input columns as window slice have been assigned and attached to the physical columns.classA windowing strategy that gets windows by calculating on time attribute column.classA windowing strategy that gets windows from input columns as windows have been assigned and attached to the physical columns. -
Uses of WindowingStrategy in org.apache.flink.table.planner.plan.nodes.exec.stream
Methods in org.apache.flink.table.planner.plan.nodes.exec.stream with parameters of type WindowingStrategyModifier and TypeMethodDescriptionprotected org.apache.flink.table.runtime.operators.window.tvf.common.WindowAssignerStreamExecWindowAggregateBase.createWindowAssigner(WindowingStrategy windowingStrategy, ZoneId shiftTimeZone) Constructors in org.apache.flink.table.planner.plan.nodes.exec.stream with parameters of type WindowingStrategyModifierConstructorDescriptionStreamExecGlobalWindowAggregate(int id, ExecNodeContext context, org.apache.flink.configuration.ReadableConfig persistedConfig, int[] grouping, org.apache.calcite.rel.core.AggregateCall[] aggCalls, WindowingStrategy windowing, org.apache.flink.table.runtime.groupwindow.NamedWindowProperty[] namedWindowProperties, Boolean needRetraction, List<InputProperty> inputProperties, org.apache.flink.table.types.logical.RowType localAggInputRowType, org.apache.flink.table.types.logical.RowType outputType, String description) StreamExecGlobalWindowAggregate(org.apache.flink.configuration.ReadableConfig tableConfig, int[] grouping, org.apache.calcite.rel.core.AggregateCall[] aggCalls, WindowingStrategy windowing, org.apache.flink.table.runtime.groupwindow.NamedWindowProperty[] namedWindowProperties, Boolean needRetraction, InputProperty inputProperty, org.apache.flink.table.types.logical.RowType localAggInputRowType, org.apache.flink.table.types.logical.RowType outputType, String description) StreamExecLocalWindowAggregate(int id, ExecNodeContext context, org.apache.flink.configuration.ReadableConfig persistedConfig, int[] grouping, org.apache.calcite.rel.core.AggregateCall[] aggCalls, WindowingStrategy windowing, Boolean needRetraction, List<InputProperty> inputProperties, org.apache.flink.table.types.logical.RowType outputType, String description) StreamExecLocalWindowAggregate(org.apache.flink.configuration.ReadableConfig tableConfig, int[] grouping, org.apache.calcite.rel.core.AggregateCall[] aggCalls, WindowingStrategy windowing, Boolean needRetraction, InputProperty inputProperty, org.apache.flink.table.types.logical.RowType outputType, String description) StreamExecWindowAggregate(int id, ExecNodeContext context, org.apache.flink.configuration.ReadableConfig persistedConfig, int[] grouping, org.apache.calcite.rel.core.AggregateCall[] aggCalls, WindowingStrategy windowing, org.apache.flink.table.runtime.groupwindow.NamedWindowProperty[] namedWindowProperties, Boolean needRetraction, List<InputProperty> inputProperties, org.apache.flink.table.types.logical.RowType outputType, String description) StreamExecWindowAggregate(org.apache.flink.configuration.ReadableConfig tableConfig, int[] grouping, org.apache.calcite.rel.core.AggregateCall[] aggCalls, WindowingStrategy windowing, org.apache.flink.table.runtime.groupwindow.NamedWindowProperty[] namedWindowProperties, Boolean needRetraction, InputProperty inputProperty, org.apache.flink.table.types.logical.RowType outputType, String description) StreamExecWindowDeduplicate(int id, ExecNodeContext context, org.apache.flink.configuration.ReadableConfig persistedConfig, int[] partitionKeys, int orderKey, boolean keepLastRow, WindowingStrategy windowing, List<InputProperty> inputProperties, org.apache.flink.table.types.logical.RowType outputType, String description) StreamExecWindowDeduplicate(org.apache.flink.configuration.ReadableConfig tableConfig, int[] partitionKeys, int orderKey, boolean keepLastRow, WindowingStrategy windowing, InputProperty inputProperty, org.apache.flink.table.types.logical.RowType outputType, String description) StreamExecWindowJoin(int id, ExecNodeContext context, org.apache.flink.configuration.ReadableConfig persistedConfig, JoinSpec joinSpec, WindowingStrategy leftWindowing, WindowingStrategy rightWindowing, List<InputProperty> inputProperties, org.apache.flink.table.types.logical.RowType outputType, String description) StreamExecWindowJoin(org.apache.flink.configuration.ReadableConfig tableConfig, JoinSpec joinSpec, WindowingStrategy leftWindowing, WindowingStrategy rightWindowing, InputProperty leftInputProperty, InputProperty rightInputProperty, org.apache.flink.table.types.logical.RowType outputType, String description) StreamExecWindowRank(int id, ExecNodeContext context, org.apache.flink.configuration.ReadableConfig persistedConfig, org.apache.flink.table.runtime.operators.rank.RankType rankType, PartitionSpec partitionSpec, SortSpec sortSpec, org.apache.flink.table.runtime.operators.rank.RankRange rankRange, boolean outputRankNumber, WindowingStrategy windowing, List<InputProperty> inputProperties, org.apache.flink.table.types.logical.RowType outputType, String description) StreamExecWindowRank(org.apache.flink.configuration.ReadableConfig tableConfig, org.apache.flink.table.runtime.operators.rank.RankType rankType, PartitionSpec partitionSpec, SortSpec sortSpec, org.apache.flink.table.runtime.operators.rank.RankRange rankRange, boolean outputRankNumber, WindowingStrategy windowing, InputProperty inputProperty, org.apache.flink.table.types.logical.RowType outputType, String description)