Uses of Class
org.apache.flink.table.planner.plan.nodes.exec.spec.PartitionSpec
Packages that use PartitionSpec
Package
Description
-
Uses of PartitionSpec in org.apache.flink.table.planner.plan.nodes.exec.spec
Fields in org.apache.flink.table.planner.plan.nodes.exec.spec declared as PartitionSpecModifier and TypeFieldDescriptionstatic final PartitionSpecPartitionSpec.ALL_IN_ONEPartitionSpec makes all data in one partition.Methods in org.apache.flink.table.planner.plan.nodes.exec.spec that return PartitionSpecConstructors in org.apache.flink.table.planner.plan.nodes.exec.spec with parameters of type PartitionSpecModifierConstructorDescriptionMatchSpec(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) OverSpec(PartitionSpec partition, List<OverSpec.GroupSpec> groups, List<org.apache.calcite.rex.RexLiteral> constants, int originalInputFields) -
Uses of PartitionSpec 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 PartitionSpecModifierConstructorDescriptionStreamExecRank(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) 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)