Uses of Class
org.apache.flink.table.planner.plan.nodes.exec.spec.SortSpec
Packages that use SortSpec
Package
Description
-
Uses of SortSpec in org.apache.flink.table.planner.plan.nodes.exec.batch
Constructors in org.apache.flink.table.planner.plan.nodes.exec.batch with parameters of type SortSpecModifierConstructorDescriptionBatchExecSort(int id, ExecNodeContext context, org.apache.flink.configuration.ReadableConfig persistedConfig, SortSpec sortSpec, List<InputProperty> inputProperties, org.apache.flink.table.types.logical.RowType outputType, String description) BatchExecSort(org.apache.flink.configuration.ReadableConfig tableConfig, SortSpec sortSpec, InputProperty inputProperty, org.apache.flink.table.types.logical.RowType outputType, String description) BatchExecSortLimit(int id, ExecNodeContext context, org.apache.flink.configuration.ReadableConfig persistedConfig, SortSpec sortSpec, long limitStart, long limitEnd, boolean isGlobal, List<InputProperty> inputProperties, org.apache.flink.table.types.logical.RowType outputType, String description) BatchExecSortLimit(org.apache.flink.configuration.ReadableConfig tableConfig, SortSpec sortSpec, long limitStart, long limitEnd, boolean isGlobal, InputProperty inputProperty, org.apache.flink.table.types.logical.RowType outputType, String description) -
Uses of SortSpec in org.apache.flink.table.planner.plan.nodes.exec.spec
Fields in org.apache.flink.table.planner.plan.nodes.exec.spec declared as SortSpecModifier and TypeFieldDescriptionstatic final SortSpecSortSpec.ANYSortSpec does not require sort.Methods in org.apache.flink.table.planner.plan.nodes.exec.spec that return SortSpecModifier and TypeMethodDescriptionSortSpec.SortSpecBuilder.build()SortSpec.createSubSortSpec(int startIndex) Creates a sub SortSpec starting from startIndex sort field.MatchSpec.getOrderKeys()OverSpec.GroupSpec.getSort()Constructors in org.apache.flink.table.planner.plan.nodes.exec.spec with parameters of type SortSpecModifierConstructorDescriptionGroupSpec(SortSpec sort, boolean isRows, org.apache.calcite.rex.RexWindowBound lowerBound, org.apache.calcite.rex.RexWindowBound upperBound, List<org.apache.calcite.rel.core.AggregateCall> aggCalls) MatchSpec(org.apache.calcite.rex.RexNode pattern, Map<String, org.apache.calcite.rex.RexNode> patternDefinitions, Map<String, org.apache.calcite.rex.RexNode> measures, org.apache.calcite.rex.RexNode after, Map<String, SortedSet<String>> subsets, boolean allRows, PartitionSpec partition, SortSpec orderKeys, org.apache.calcite.rex.RexNode interval) -
Uses of SortSpec in org.apache.flink.table.planner.plan.nodes.exec.stream
Constructors in org.apache.flink.table.planner.plan.nodes.exec.stream with parameters of type SortSpecModifierConstructorDescriptionStreamExecRank(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, RankProcessStrategy rankStrategy, boolean outputRankNumber, boolean generateUpdateBefore, List<StateMetadata> stateMetadataList, List<InputProperty> inputProperties, org.apache.flink.table.types.logical.RowType outputType, String description) StreamExecRank(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, RankProcessStrategy rankStrategy, boolean outputRankNumber, boolean generateUpdateBefore, InputProperty inputProperty, org.apache.flink.table.types.logical.RowType outputType, String description) StreamExecSort(int id, ExecNodeContext context, org.apache.flink.configuration.ReadableConfig persistedConfig, SortSpec sortSpec, List<InputProperty> inputProperties, org.apache.flink.table.types.logical.RowType outputType, String description) StreamExecSort(org.apache.flink.configuration.ReadableConfig tableConfig, SortSpec sortSpec, InputProperty inputProperty, org.apache.flink.table.types.logical.RowType outputType, String description) StreamExecSortLimit(int id, ExecNodeContext context, org.apache.flink.configuration.ReadableConfig persistedConfig, SortSpec sortSpec, org.apache.flink.table.runtime.operators.rank.ConstantRankRange rankRange, RankProcessStrategy rankStrategy, boolean generateUpdateBefore, List<StateMetadata> stateMetadataList, List<InputProperty> inputProperties, org.apache.flink.table.types.logical.RowType outputType, String description) StreamExecSortLimit(org.apache.flink.configuration.ReadableConfig tableConfig, SortSpec sortSpec, long limitStart, long limitEnd, RankProcessStrategy rankStrategy, boolean generateUpdateBefore, InputProperty inputProperty, org.apache.flink.table.types.logical.RowType outputType, String description) StreamExecTemporalSort(int id, ExecNodeContext context, org.apache.flink.configuration.ReadableConfig persistedConfig, SortSpec sortSpec, List<InputProperty> inputProperties, org.apache.flink.table.types.logical.RowType outputType, String description) StreamExecTemporalSort(org.apache.flink.configuration.ReadableConfig tableConfig, SortSpec sortSpec, InputProperty inputProperty, 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)