Uses of Interface
com.ocient.jdbc.proto.PlanProtocol.EquivalentPartitioningOrBuilder
| Package | Description |
|---|---|
| com.ocient.jdbc.proto |
-
Uses of PlanProtocol.EquivalentPartitioningOrBuilder in com.ocient.jdbc.proto
Classes in com.ocient.jdbc.proto that implement PlanProtocol.EquivalentPartitioningOrBuilder Modifier and Type Class Description static classPlanProtocol.EquivalentPartitioningRepresents equivalent partitioning, meaning we are partitioned on at least one of these columns and they are identicalstatic classPlanProtocol.EquivalentPartitioning.BuilderRepresents equivalent partitioning, meaning we are partitioned on at least one of these columns and they are identicalMethods in com.ocient.jdbc.proto that return PlanProtocol.EquivalentPartitioningOrBuilder Modifier and Type Method Description PlanProtocol.EquivalentPartitioningOrBuilderPlanProtocol.Operator.Builder. getPartitioningOrBuilder(int index)If there is a guarantee on how the data is partitioned (all rows with the same values in some cols or set of cols are guaranteed to be on the same node) when it leaves this operator, the indexes that define the partitioning are listed herePlanProtocol.EquivalentPartitioningOrBuilderPlanProtocol.Operator. getPartitioningOrBuilder(int index)If there is a guarantee on how the data is partitioned (all rows with the same values in some cols or set of cols are guaranteed to be on the same node) when it leaves this operator, the indexes that define the partitioning are listed herePlanProtocol.EquivalentPartitioningOrBuilderPlanProtocol.OperatorOrBuilder. getPartitioningOrBuilder(int index)If there is a guarantee on how the data is partitioned (all rows with the same values in some cols or set of cols are guaranteed to be on the same node) when it leaves this operator, the indexes that define the partitioning are listed hereMethods in com.ocient.jdbc.proto that return types with arguments of type PlanProtocol.EquivalentPartitioningOrBuilder Modifier and Type Method Description List<? extends PlanProtocol.EquivalentPartitioningOrBuilder>PlanProtocol.Operator.Builder. getPartitioningOrBuilderList()If there is a guarantee on how the data is partitioned (all rows with the same values in some cols or set of cols are guaranteed to be on the same node) when it leaves this operator, the indexes that define the partitioning are listed hereList<? extends PlanProtocol.EquivalentPartitioningOrBuilder>PlanProtocol.Operator. getPartitioningOrBuilderList()If there is a guarantee on how the data is partitioned (all rows with the same values in some cols or set of cols are guaranteed to be on the same node) when it leaves this operator, the indexes that define the partitioning are listed hereList<? extends PlanProtocol.EquivalentPartitioningOrBuilder>PlanProtocol.OperatorOrBuilder. getPartitioningOrBuilderList()If there is a guarantee on how the data is partitioned (all rows with the same values in some cols or set of cols are guaranteed to be on the same node) when it leaves this operator, the indexes that define the partitioning are listed here