Package com.ocient.jdbc.proto
Class PlanProtocol.Operator.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.Operator.Builder>
com.ocient.jdbc.proto.PlanProtocol.Operator.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,PlanProtocol.OperatorOrBuilder,Cloneable
- Enclosing class:
- PlanProtocol.Operator
public static final class PlanProtocol.Operator.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.Operator.Builder> implements PlanProtocol.OperatorOrBuilder
Represents an operator node in the planProtobuf type
xg.db.sqlPlans.Operator-
Method Summary
Modifier and Type Method Description PlanProtocol.Operator.BuilderaddAllChildren(Iterable<? extends PlanProtocol.Operator> values)The children of this operator - order does matterPlanProtocol.Operator.BuilderaddAllColCard(Iterable<? extends Long> values)The estimated # of unique values for each col (in the same order)PlanProtocol.Operator.BuilderaddAllColSizes(Iterable<? extends Integer> values)the average size of each output columnPlanProtocol.Operator.BuilderaddAllErrorPartition(Iterable<? extends Integer> values)errorPartition = UNIT_MAX => apply the error on all partitionsPlanProtocol.Operator.BuilderaddAllErrorTktLevel(Iterable<? extends Integer> values)0 => tkt Leaf, >0 => tkt AUX, UINT_MAX => on all tkt levelsPlanProtocol.Operator.BuilderaddAllOutputColumns(Iterable<String> values)The columns that come out of this operatorPlanProtocol.Operator.BuilderaddAllOutputIsNullable(Iterable<? extends Boolean> values)Which output columns are nullable?PlanProtocol.Operator.BuilderaddAllOutputTypes(Iterable<? extends PlanProtocol.SqlColType> values)The types for each of those columns (in the same order)PlanProtocol.Operator.BuilderaddAllOutputTypeStrings(Iterable<String> values)The types for each of those columns as strings (in the same order)PlanProtocol.Operator.BuilderaddAllOutputTypesValue(Iterable<Integer> values)The types for each of those columns (in the same order)PlanProtocol.Operator.BuilderaddAllPartitionCounts(Iterable<? extends Integer> values)repeated uint32 partition_counts = 25;PlanProtocol.Operator.BuilderaddAllPartitioning(Iterable<? extends PlanProtocol.EquivalentPartitioning> values)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.Operator.BuilderaddAllSortDirections(Iterable<? extends Boolean> values)For all the indexes listed in sortOrder (if any), there is a corresponding entry in sortDirections Indicating whether data is sorted ascending (true) or descending (false) by that columnPlanProtocol.Operator.BuilderaddAllSortOrder(Iterable<? extends Integer> values)If there is a guarantee that the data is sorted when it leaves this operator The indexes (based on outputColumns) are listed here to specify which columns dictate the sort orderPlanProtocol.Operator.BuilderaddAllStorageSpaceUuids(Iterable<String> values)repeated string storage_space_uuids = 26;PlanProtocol.Operator.BuilderaddAllTestoomflags(Iterable<? extends Long> values)Vector of OOM flags for testingPlanProtocol.Operator.BuilderaddChildren(int index, PlanProtocol.Operator value)The children of this operator - order does matterPlanProtocol.Operator.BuilderaddChildren(int index, PlanProtocol.Operator.Builder builderForValue)The children of this operator - order does matterPlanProtocol.Operator.BuilderaddChildren(PlanProtocol.Operator value)The children of this operator - order does matterPlanProtocol.Operator.BuilderaddChildren(PlanProtocol.Operator.Builder builderForValue)The children of this operator - order does matterPlanProtocol.Operator.BuilderaddChildrenBuilder()The children of this operator - order does matterPlanProtocol.Operator.BuilderaddChildrenBuilder(int index)The children of this operator - order does matterPlanProtocol.Operator.BuilderaddColCard(long value)The estimated # of unique values for each col (in the same order)PlanProtocol.Operator.BuilderaddColSizes(int value)the average size of each output columnPlanProtocol.Operator.BuilderaddErrorPartition(int value)errorPartition = UNIT_MAX => apply the error on all partitionsPlanProtocol.Operator.BuilderaddErrorTktLevel(int value)0 => tkt Leaf, >0 => tkt AUX, UINT_MAX => on all tkt levelsPlanProtocol.Operator.BuilderaddOutputColumns(String value)The columns that come out of this operatorPlanProtocol.Operator.BuilderaddOutputColumnsBytes(com.google.protobuf.ByteString value)The columns that come out of this operatorPlanProtocol.Operator.BuilderaddOutputIsNullable(boolean value)Which output columns are nullable?PlanProtocol.Operator.BuilderaddOutputTypes(PlanProtocol.SqlColType value)The types for each of those columns (in the same order)PlanProtocol.Operator.BuilderaddOutputTypeStrings(String value)The types for each of those columns as strings (in the same order)PlanProtocol.Operator.BuilderaddOutputTypeStringsBytes(com.google.protobuf.ByteString value)The types for each of those columns as strings (in the same order)PlanProtocol.Operator.BuilderaddOutputTypesValue(int value)The types for each of those columns (in the same order)PlanProtocol.Operator.BuilderaddPartitionCounts(int value)repeated uint32 partition_counts = 25;PlanProtocol.Operator.BuilderaddPartitioning(int index, PlanProtocol.EquivalentPartitioning value)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.Operator.BuilderaddPartitioning(int index, PlanProtocol.EquivalentPartitioning.Builder builderForValue)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.Operator.BuilderaddPartitioning(PlanProtocol.EquivalentPartitioning value)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.Operator.BuilderaddPartitioning(PlanProtocol.EquivalentPartitioning.Builder builderForValue)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.EquivalentPartitioning.BuilderaddPartitioningBuilder()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.EquivalentPartitioning.BuilderaddPartitioningBuilder(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.Operator.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)PlanProtocol.Operator.BuilderaddSortDirections(boolean value)For all the indexes listed in sortOrder (if any), there is a corresponding entry in sortDirections Indicating whether data is sorted ascending (true) or descending (false) by that columnPlanProtocol.Operator.BuilderaddSortOrder(int value)If there is a guarantee that the data is sorted when it leaves this operator The indexes (based on outputColumns) are listed here to specify which columns dictate the sort orderPlanProtocol.Operator.BuilderaddStorageSpaceUuids(String value)repeated string storage_space_uuids = 26;PlanProtocol.Operator.BuilderaddStorageSpaceUuidsBytes(com.google.protobuf.ByteString value)repeated string storage_space_uuids = 26;PlanProtocol.Operator.BuilderaddTestoomflags(long value)Vector of OOM flags for testingPlanProtocol.Operatorbuild()PlanProtocol.OperatorbuildPartial()PlanProtocol.Operator.Builderclear()PlanProtocol.Operator.BuilderclearAggregationOperator().xg.db.sqlPlans.AggregationOperator aggregation_operator = 32;PlanProtocol.Operator.BuilderclearAvgColSizeVirtualOperator().xg.db.sqlPlans.AvgColSizeVirtualOperator avg_col_size_virtual_operator = 79;PlanProtocol.Operator.BuilderclearBranchIndex()uint32 branch_index = 23;PlanProtocol.Operator.BuilderclearBroadcastOperator().xg.db.sqlPlans.BroadcastOperator broadcast_operator = 64;PlanProtocol.Operator.BuilderclearChildIndex()these are calculated by level-1(sql-node) vm compilation processPlanProtocol.Operator.BuilderclearChildren()The children of this operator - order does matterPlanProtocol.Operator.BuilderclearColCard()The estimated # of unique values for each col (in the same order)PlanProtocol.Operator.BuilderclearColCardVirtualOperator().xg.db.sqlPlans.ColCardVirtualOperator col_card_virtual_operator = 78;PlanProtocol.Operator.BuilderclearColDistVirtualOperator().xg.db.sqlPlans.ColDistVirtualOperator col_dist_virtual_operator = 80;PlanProtocol.Operator.BuilderclearColSizes()the average size of each output columnPlanProtocol.Operator.BuilderclearColumnEmitterOperator().xg.db.sqlPlans.ColumnEmitterOperator column_emitter_operator = 54;PlanProtocol.Operator.BuilderclearCost()The cost for this operator as determined by the optimizerPlanProtocol.Operator.BuilderclearDistanceFromLeaf()uint64 distance_from_leaf = 21;PlanProtocol.Operator.BuilderclearEosOperator().xg.db.sqlPlans.EosOperator eos_operator = 61;PlanProtocol.Operator.BuilderclearErrorOperator().xg.db.sqlPlans.ErrorOperator error_operator = 66;PlanProtocol.Operator.BuilderclearErrorPartition()errorPartition = UNIT_MAX => apply the error on all partitionsPlanProtocol.Operator.BuilderclearErrorTktLevel()0 => tkt Leaf, >0 => tkt AUX, UINT_MAX => on all tkt levelsPlanProtocol.Operator.BuilderclearErrorType().xg.db.sqlPlans.Operator.ErrorType errorType = 16;PlanProtocol.Operator.BuilderclearExceptOperator().xg.db.sqlPlans.ExceptOperator except_operator = 57;PlanProtocol.Operator.BuilderclearExtendOperator().xg.db.sqlPlans.ExtendOperator extend_operator = 33;PlanProtocol.Operator.BuilderclearExternal()If true, the operator should run externallyPlanProtocol.Operator.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)PlanProtocol.Operator.BuilderclearGatherOperator().xg.db.sqlPlans.GatherOperator gather_operator = 34;PlanProtocol.Operator.BuilderclearGdcLookupOperator().xg.db.sqlPlans.GdcLookupOperator gdc_lookup_operator = 73;PlanProtocol.Operator.BuilderclearGenerateOperator().xg.db.sqlPlans.GenerateOperator generate_operator = 50;PlanProtocol.Operator.BuilderclearHashJoinOperator().xg.db.sqlPlans.HashJoinOperator hash_join_operator = 60;PlanProtocol.Operator.BuilderclearId()The id of the operator (used for referencing to a previously defined operator) If type is REFERENCE, then this is the id of the operator being referenced This is a uuidPlanProtocol.Operator.BuilderclearIncrementingBigintOperator().xg.db.sqlPlans.IncrementingBigIntOperator incrementing_bigint_operator = 71;PlanProtocol.Operator.BuilderclearIncrementingIntOperator().xg.db.sqlPlans.IncrementingIntOperator incrementing_int_operator = 49;PlanProtocol.Operator.BuilderclearIndexAggOperator().xg.db.sqlPlans.IndexAggOperator index_agg_operator = 67;PlanProtocol.Operator.BuilderclearIndexCountStarOperator().xg.db.sqlPlans.IndexCountStarOperator index_count_star_operator = 72;PlanProtocol.Operator.BuilderclearIndexDistinctOperator().xg.db.sqlPlans.IndexDistinctOperator index_distinct_operator = 69;PlanProtocol.Operator.BuilderclearIndexOperator().xg.db.sqlPlans.IndexOperator index_operator = 35;PlanProtocol.Operator.BuilderclearIntersectOperator().xg.db.sqlPlans.IntersectOperator intersect_operator = 56;PlanProtocol.Operator.BuilderclearLimitOperator().xg.db.sqlPlans.LimitOperator limit_operator = 36;PlanProtocol.Operator.BuilderclearMakeVectorOperator().xg.db.sqlPlans.MakeVectorOperator make_vector_operator = 45;PlanProtocol.Operator.BuilderclearMatrixExtendOperator().xg.db.sqlPlans.MatrixExtendOperator matrix_extend_operator = 47;PlanProtocol.Operator.BuilderclearMemoryUsage()The estimated number of bytes of memory needed by this operator (may be zero)PlanProtocol.Operator.BuilderclearModifySchemaOperator().xg.db.sqlPlans.ModifySchemaOperator modify_schema_operator = 75;PlanProtocol.Operator.BuilderclearNumDistinctParents()uint32 numDistinctParents = 20;PlanProtocol.Operator.BuilderclearNumParents()uint32 numParents = 14;PlanProtocol.Operator.BuilderclearOffsetOperator().xg.db.sqlPlans.OffsetOperator offset_operator = 37;PlanProtocol.Operator.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)PlanProtocol.Operator.BuilderclearOrderedAggOperator().xg.db.sqlPlans.OrderedAggOperator ordered_agg_operator = 68;PlanProtocol.Operator.BuilderclearOrderedDistinctOperator().xg.db.sqlPlans.OrderedDistinctOperator ordered_distinct_operator = 70;PlanProtocol.Operator.BuilderclearOrderedGatherOperator().xg.db.sqlPlans.OrderedGatherOperator ordered_gather_operator = 38;PlanProtocol.Operator.BuilderclearOutputCardinality()The estimated number of rows produced by this operatorPlanProtocol.Operator.BuilderclearOutputColumns()The columns that come out of this operatorPlanProtocol.Operator.BuilderclearOutputIsNullable()Which output columns are nullable?PlanProtocol.Operator.BuilderclearOutputTypes()The types for each of those columns (in the same order)PlanProtocol.Operator.BuilderclearOutputTypeStrings()The types for each of those columns as strings (in the same order)PlanProtocol.Operator.BuilderclearPartitionCounts()repeated uint32 partition_counts = 25;PlanProtocol.Operator.BuilderclearPartitionIndex()uint32 partition_index = 24;PlanProtocol.Operator.BuilderclearPartitioning()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.Operator.BuilderclearProductOperator().xg.db.sqlPlans.ProductOperator product_operator = 59;PlanProtocol.Operator.BuilderclearProjectOutOperator().xg.db.sqlPlans.ProjectOutOperator project_out_operator = 39;PlanProtocol.Operator.BuilderclearQueriesVirtualOperator().xg.db.sqlPlans.QueriesVirtualOperator queries_virtual_operator = 52;PlanProtocol.Operator.BuilderclearRandomIntOperator().xg.db.sqlPlans.RandomIntOperator random_int_operator = 53;PlanProtocol.Operator.BuilderclearReferenceOperator().xg.db.sqlPlans.ReferenceOperator reference_operator = 74;PlanProtocol.Operator.BuilderclearRenameOperator().xg.db.sqlPlans.RenameOperator rename_operator = 40;PlanProtocol.Operator.BuilderclearReorderOperator().xg.db.sqlPlans.ReorderOperator reorder_operator = 41;PlanProtocol.Operator.BuilderclearRequestOneof()PlanProtocol.Operator.BuilderclearRootOperator().xg.db.sqlPlans.RootOperator root_operator = 44;PlanProtocol.Operator.BuilderclearSelectOperator().xg.db.sqlPlans.SelectOperator select_operator = 42;PlanProtocol.Operator.BuilderclearShuffleOperator().xg.db.sqlPlans.ShuffleOperator shuffle_operator = 63;PlanProtocol.Operator.BuilderclearSortDirections()For all the indexes listed in sortOrder (if any), there is a corresponding entry in sortDirections Indicating whether data is sorted ascending (true) or descending (false) by that columnPlanProtocol.Operator.BuilderclearSortOperator().xg.db.sqlPlans.SortOperator sort_operator = 43;PlanProtocol.Operator.BuilderclearSortOrder()If there is a guarantee that the data is sorted when it leaves this operator The indexes (based on outputColumns) are listed here to specify which columns dictate the sort orderPlanProtocol.Operator.BuilderclearStorageSpaceUuids()repeated string storage_space_uuids = 26;PlanProtocol.Operator.BuilderclearSuperSelectOperator().xg.db.sqlPlans.SuperSelectOperator super_select_operator = 51;PlanProtocol.Operator.BuilderclearSwitchOperator().xg.db.sqlPlans.SwitchOperator switch_operator = 58;PlanProtocol.Operator.BuilderclearSystemConfigurationVirtualOperator().xg.db.sqlPlans.SystemConfigurationVirtualOperator system_configuration_virtual_operator = 76;PlanProtocol.Operator.BuilderclearTableCardVirtualOperator().xg.db.sqlPlans.TableCardVirtualOperator table_card_virtual_operator = 77;PlanProtocol.Operator.BuilderclearTableScanOperator().xg.db.sqlPlans.TableScanOperator table_scan_operator = 48;PlanProtocol.Operator.BuilderclearTeeOperator().xg.db.sqlPlans.TeeOperator tee_operator = 62;PlanProtocol.Operator.BuilderclearTestoomflags()Vector of OOM flags for testingPlanProtocol.Operator.BuilderclearType().xg.db.sqlPlans.Operator.OperatorType type = 1;PlanProtocol.Operator.BuilderclearUnionOperator().xg.db.sqlPlans.UnionOperator union_operator = 55;PlanProtocol.Operator.BuilderclearUnmakeVectorOperator().xg.db.sqlPlans.UnmakeVectorOperator unmake_vector_operator = 46;PlanProtocol.Operator.BuilderclearUpstreamPartitionSensitive()value 28 is used up above under outputTypeStringsPlanProtocol.Operator.BuilderclearWindowOperator().xg.db.sqlPlans.WindowOperator window_operator = 65;PlanProtocol.Operator.Builderclone()PlanProtocol.AggregationOperatorgetAggregationOperator().xg.db.sqlPlans.AggregationOperator aggregation_operator = 32;PlanProtocol.AggregationOperator.BuildergetAggregationOperatorBuilder().xg.db.sqlPlans.AggregationOperator aggregation_operator = 32;PlanProtocol.AggregationOperatorOrBuildergetAggregationOperatorOrBuilder().xg.db.sqlPlans.AggregationOperator aggregation_operator = 32;PlanProtocol.AvgColSizeVirtualOperatorgetAvgColSizeVirtualOperator().xg.db.sqlPlans.AvgColSizeVirtualOperator avg_col_size_virtual_operator = 79;PlanProtocol.AvgColSizeVirtualOperator.BuildergetAvgColSizeVirtualOperatorBuilder().xg.db.sqlPlans.AvgColSizeVirtualOperator avg_col_size_virtual_operator = 79;PlanProtocol.AvgColSizeVirtualOperatorOrBuildergetAvgColSizeVirtualOperatorOrBuilder().xg.db.sqlPlans.AvgColSizeVirtualOperator avg_col_size_virtual_operator = 79;intgetBranchIndex()uint32 branch_index = 23;PlanProtocol.BroadcastOperatorgetBroadcastOperator().xg.db.sqlPlans.BroadcastOperator broadcast_operator = 64;PlanProtocol.BroadcastOperator.BuildergetBroadcastOperatorBuilder().xg.db.sqlPlans.BroadcastOperator broadcast_operator = 64;PlanProtocol.BroadcastOperatorOrBuildergetBroadcastOperatorOrBuilder().xg.db.sqlPlans.BroadcastOperator broadcast_operator = 64;intgetChildIndex()these are calculated by level-1(sql-node) vm compilation processPlanProtocol.OperatorgetChildren(int index)The children of this operator - order does matterPlanProtocol.Operator.BuildergetChildrenBuilder(int index)The children of this operator - order does matterList<PlanProtocol.Operator.Builder>getChildrenBuilderList()The children of this operator - order does matterintgetChildrenCount()The children of this operator - order does matterList<PlanProtocol.Operator>getChildrenList()The children of this operator - order does matterPlanProtocol.OperatorOrBuildergetChildrenOrBuilder(int index)The children of this operator - order does matterList<? extends PlanProtocol.OperatorOrBuilder>getChildrenOrBuilderList()The children of this operator - order does matterlonggetColCard(int index)The estimated # of unique values for each col (in the same order)intgetColCardCount()The estimated # of unique values for each col (in the same order)List<Long>getColCardList()The estimated # of unique values for each col (in the same order)PlanProtocol.ColCardVirtualOperatorgetColCardVirtualOperator().xg.db.sqlPlans.ColCardVirtualOperator col_card_virtual_operator = 78;PlanProtocol.ColCardVirtualOperator.BuildergetColCardVirtualOperatorBuilder().xg.db.sqlPlans.ColCardVirtualOperator col_card_virtual_operator = 78;PlanProtocol.ColCardVirtualOperatorOrBuildergetColCardVirtualOperatorOrBuilder().xg.db.sqlPlans.ColCardVirtualOperator col_card_virtual_operator = 78;PlanProtocol.ColDistVirtualOperatorgetColDistVirtualOperator().xg.db.sqlPlans.ColDistVirtualOperator col_dist_virtual_operator = 80;PlanProtocol.ColDistVirtualOperator.BuildergetColDistVirtualOperatorBuilder().xg.db.sqlPlans.ColDistVirtualOperator col_dist_virtual_operator = 80;PlanProtocol.ColDistVirtualOperatorOrBuildergetColDistVirtualOperatorOrBuilder().xg.db.sqlPlans.ColDistVirtualOperator col_dist_virtual_operator = 80;intgetColSizes(int index)the average size of each output columnintgetColSizesCount()the average size of each output columnList<Integer>getColSizesList()the average size of each output columnPlanProtocol.ColumnEmitterOperatorgetColumnEmitterOperator().xg.db.sqlPlans.ColumnEmitterOperator column_emitter_operator = 54;PlanProtocol.ColumnEmitterOperator.BuildergetColumnEmitterOperatorBuilder().xg.db.sqlPlans.ColumnEmitterOperator column_emitter_operator = 54;PlanProtocol.ColumnEmitterOperatorOrBuildergetColumnEmitterOperatorOrBuilder().xg.db.sqlPlans.ColumnEmitterOperator column_emitter_operator = 54;doublegetCost()The cost for this operator as determined by the optimizerPlanProtocol.OperatorgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()longgetDistanceFromLeaf()uint64 distance_from_leaf = 21;PlanProtocol.EosOperatorgetEosOperator().xg.db.sqlPlans.EosOperator eos_operator = 61;PlanProtocol.EosOperator.BuildergetEosOperatorBuilder().xg.db.sqlPlans.EosOperator eos_operator = 61;PlanProtocol.EosOperatorOrBuildergetEosOperatorOrBuilder().xg.db.sqlPlans.EosOperator eos_operator = 61;PlanProtocol.ErrorOperatorgetErrorOperator().xg.db.sqlPlans.ErrorOperator error_operator = 66;PlanProtocol.ErrorOperator.BuildergetErrorOperatorBuilder().xg.db.sqlPlans.ErrorOperator error_operator = 66;PlanProtocol.ErrorOperatorOrBuildergetErrorOperatorOrBuilder().xg.db.sqlPlans.ErrorOperator error_operator = 66;intgetErrorPartition(int index)errorPartition = UNIT_MAX => apply the error on all partitionsintgetErrorPartitionCount()errorPartition = UNIT_MAX => apply the error on all partitionsList<Integer>getErrorPartitionList()errorPartition = UNIT_MAX => apply the error on all partitionsintgetErrorTktLevel(int index)0 => tkt Leaf, >0 => tkt AUX, UINT_MAX => on all tkt levelsintgetErrorTktLevelCount()0 => tkt Leaf, >0 => tkt AUX, UINT_MAX => on all tkt levelsList<Integer>getErrorTktLevelList()0 => tkt Leaf, >0 => tkt AUX, UINT_MAX => on all tkt levelsPlanProtocol.Operator.ErrorTypegetErrorType().xg.db.sqlPlans.Operator.ErrorType errorType = 16;intgetErrorTypeValue().xg.db.sqlPlans.Operator.ErrorType errorType = 16;PlanProtocol.ExceptOperatorgetExceptOperator().xg.db.sqlPlans.ExceptOperator except_operator = 57;PlanProtocol.ExceptOperator.BuildergetExceptOperatorBuilder().xg.db.sqlPlans.ExceptOperator except_operator = 57;PlanProtocol.ExceptOperatorOrBuildergetExceptOperatorOrBuilder().xg.db.sqlPlans.ExceptOperator except_operator = 57;PlanProtocol.ExtendOperatorgetExtendOperator().xg.db.sqlPlans.ExtendOperator extend_operator = 33;PlanProtocol.ExtendOperator.BuildergetExtendOperatorBuilder().xg.db.sqlPlans.ExtendOperator extend_operator = 33;PlanProtocol.ExtendOperatorOrBuildergetExtendOperatorOrBuilder().xg.db.sqlPlans.ExtendOperator extend_operator = 33;booleangetExternal()If true, the operator should run externallyPlanProtocol.GatherOperatorgetGatherOperator().xg.db.sqlPlans.GatherOperator gather_operator = 34;PlanProtocol.GatherOperator.BuildergetGatherOperatorBuilder().xg.db.sqlPlans.GatherOperator gather_operator = 34;PlanProtocol.GatherOperatorOrBuildergetGatherOperatorOrBuilder().xg.db.sqlPlans.GatherOperator gather_operator = 34;PlanProtocol.GdcLookupOperatorgetGdcLookupOperator().xg.db.sqlPlans.GdcLookupOperator gdc_lookup_operator = 73;PlanProtocol.GdcLookupOperator.BuildergetGdcLookupOperatorBuilder().xg.db.sqlPlans.GdcLookupOperator gdc_lookup_operator = 73;PlanProtocol.GdcLookupOperatorOrBuildergetGdcLookupOperatorOrBuilder().xg.db.sqlPlans.GdcLookupOperator gdc_lookup_operator = 73;PlanProtocol.GenerateOperatorgetGenerateOperator().xg.db.sqlPlans.GenerateOperator generate_operator = 50;PlanProtocol.GenerateOperator.BuildergetGenerateOperatorBuilder().xg.db.sqlPlans.GenerateOperator generate_operator = 50;PlanProtocol.GenerateOperatorOrBuildergetGenerateOperatorOrBuilder().xg.db.sqlPlans.GenerateOperator generate_operator = 50;PlanProtocol.HashJoinOperatorgetHashJoinOperator().xg.db.sqlPlans.HashJoinOperator hash_join_operator = 60;PlanProtocol.HashJoinOperator.BuildergetHashJoinOperatorBuilder().xg.db.sqlPlans.HashJoinOperator hash_join_operator = 60;PlanProtocol.HashJoinOperatorOrBuildergetHashJoinOperatorOrBuilder().xg.db.sqlPlans.HashJoinOperator hash_join_operator = 60;StringgetId()The id of the operator (used for referencing to a previously defined operator) If type is REFERENCE, then this is the id of the operator being referenced This is a uuidcom.google.protobuf.ByteStringgetIdBytes()The id of the operator (used for referencing to a previously defined operator) If type is REFERENCE, then this is the id of the operator being referenced This is a uuidPlanProtocol.IncrementingBigIntOperatorgetIncrementingBigintOperator().xg.db.sqlPlans.IncrementingBigIntOperator incrementing_bigint_operator = 71;PlanProtocol.IncrementingBigIntOperator.BuildergetIncrementingBigintOperatorBuilder().xg.db.sqlPlans.IncrementingBigIntOperator incrementing_bigint_operator = 71;PlanProtocol.IncrementingBigIntOperatorOrBuildergetIncrementingBigintOperatorOrBuilder().xg.db.sqlPlans.IncrementingBigIntOperator incrementing_bigint_operator = 71;PlanProtocol.IncrementingIntOperatorgetIncrementingIntOperator().xg.db.sqlPlans.IncrementingIntOperator incrementing_int_operator = 49;PlanProtocol.IncrementingIntOperator.BuildergetIncrementingIntOperatorBuilder().xg.db.sqlPlans.IncrementingIntOperator incrementing_int_operator = 49;PlanProtocol.IncrementingIntOperatorOrBuildergetIncrementingIntOperatorOrBuilder().xg.db.sqlPlans.IncrementingIntOperator incrementing_int_operator = 49;PlanProtocol.IndexAggOperatorgetIndexAggOperator().xg.db.sqlPlans.IndexAggOperator index_agg_operator = 67;PlanProtocol.IndexAggOperator.BuildergetIndexAggOperatorBuilder().xg.db.sqlPlans.IndexAggOperator index_agg_operator = 67;PlanProtocol.IndexAggOperatorOrBuildergetIndexAggOperatorOrBuilder().xg.db.sqlPlans.IndexAggOperator index_agg_operator = 67;PlanProtocol.IndexCountStarOperatorgetIndexCountStarOperator().xg.db.sqlPlans.IndexCountStarOperator index_count_star_operator = 72;PlanProtocol.IndexCountStarOperator.BuildergetIndexCountStarOperatorBuilder().xg.db.sqlPlans.IndexCountStarOperator index_count_star_operator = 72;PlanProtocol.IndexCountStarOperatorOrBuildergetIndexCountStarOperatorOrBuilder().xg.db.sqlPlans.IndexCountStarOperator index_count_star_operator = 72;PlanProtocol.IndexDistinctOperatorgetIndexDistinctOperator().xg.db.sqlPlans.IndexDistinctOperator index_distinct_operator = 69;PlanProtocol.IndexDistinctOperator.BuildergetIndexDistinctOperatorBuilder().xg.db.sqlPlans.IndexDistinctOperator index_distinct_operator = 69;PlanProtocol.IndexDistinctOperatorOrBuildergetIndexDistinctOperatorOrBuilder().xg.db.sqlPlans.IndexDistinctOperator index_distinct_operator = 69;PlanProtocol.IndexOperatorgetIndexOperator().xg.db.sqlPlans.IndexOperator index_operator = 35;PlanProtocol.IndexOperator.BuildergetIndexOperatorBuilder().xg.db.sqlPlans.IndexOperator index_operator = 35;PlanProtocol.IndexOperatorOrBuildergetIndexOperatorOrBuilder().xg.db.sqlPlans.IndexOperator index_operator = 35;PlanProtocol.IntersectOperatorgetIntersectOperator().xg.db.sqlPlans.IntersectOperator intersect_operator = 56;PlanProtocol.IntersectOperator.BuildergetIntersectOperatorBuilder().xg.db.sqlPlans.IntersectOperator intersect_operator = 56;PlanProtocol.IntersectOperatorOrBuildergetIntersectOperatorOrBuilder().xg.db.sqlPlans.IntersectOperator intersect_operator = 56;PlanProtocol.LimitOperatorgetLimitOperator().xg.db.sqlPlans.LimitOperator limit_operator = 36;PlanProtocol.LimitOperator.BuildergetLimitOperatorBuilder().xg.db.sqlPlans.LimitOperator limit_operator = 36;PlanProtocol.LimitOperatorOrBuildergetLimitOperatorOrBuilder().xg.db.sqlPlans.LimitOperator limit_operator = 36;PlanProtocol.MakeVectorOperatorgetMakeVectorOperator().xg.db.sqlPlans.MakeVectorOperator make_vector_operator = 45;PlanProtocol.MakeVectorOperator.BuildergetMakeVectorOperatorBuilder().xg.db.sqlPlans.MakeVectorOperator make_vector_operator = 45;PlanProtocol.MakeVectorOperatorOrBuildergetMakeVectorOperatorOrBuilder().xg.db.sqlPlans.MakeVectorOperator make_vector_operator = 45;PlanProtocol.MatrixExtendOperatorgetMatrixExtendOperator().xg.db.sqlPlans.MatrixExtendOperator matrix_extend_operator = 47;PlanProtocol.MatrixExtendOperator.BuildergetMatrixExtendOperatorBuilder().xg.db.sqlPlans.MatrixExtendOperator matrix_extend_operator = 47;PlanProtocol.MatrixExtendOperatorOrBuildergetMatrixExtendOperatorOrBuilder().xg.db.sqlPlans.MatrixExtendOperator matrix_extend_operator = 47;longgetMemoryUsage()The estimated number of bytes of memory needed by this operator (may be zero)PlanProtocol.ModifySchemaOperatorgetModifySchemaOperator().xg.db.sqlPlans.ModifySchemaOperator modify_schema_operator = 75;PlanProtocol.ModifySchemaOperator.BuildergetModifySchemaOperatorBuilder().xg.db.sqlPlans.ModifySchemaOperator modify_schema_operator = 75;PlanProtocol.ModifySchemaOperatorOrBuildergetModifySchemaOperatorOrBuilder().xg.db.sqlPlans.ModifySchemaOperator modify_schema_operator = 75;intgetNumDistinctParents()uint32 numDistinctParents = 20;intgetNumParents()uint32 numParents = 14;PlanProtocol.OffsetOperatorgetOffsetOperator().xg.db.sqlPlans.OffsetOperator offset_operator = 37;PlanProtocol.OffsetOperator.BuildergetOffsetOperatorBuilder().xg.db.sqlPlans.OffsetOperator offset_operator = 37;PlanProtocol.OffsetOperatorOrBuildergetOffsetOperatorOrBuilder().xg.db.sqlPlans.OffsetOperator offset_operator = 37;PlanProtocol.OrderedAggOperatorgetOrderedAggOperator().xg.db.sqlPlans.OrderedAggOperator ordered_agg_operator = 68;PlanProtocol.OrderedAggOperator.BuildergetOrderedAggOperatorBuilder().xg.db.sqlPlans.OrderedAggOperator ordered_agg_operator = 68;PlanProtocol.OrderedAggOperatorOrBuildergetOrderedAggOperatorOrBuilder().xg.db.sqlPlans.OrderedAggOperator ordered_agg_operator = 68;PlanProtocol.OrderedDistinctOperatorgetOrderedDistinctOperator().xg.db.sqlPlans.OrderedDistinctOperator ordered_distinct_operator = 70;PlanProtocol.OrderedDistinctOperator.BuildergetOrderedDistinctOperatorBuilder().xg.db.sqlPlans.OrderedDistinctOperator ordered_distinct_operator = 70;PlanProtocol.OrderedDistinctOperatorOrBuildergetOrderedDistinctOperatorOrBuilder().xg.db.sqlPlans.OrderedDistinctOperator ordered_distinct_operator = 70;PlanProtocol.OrderedGatherOperatorgetOrderedGatherOperator().xg.db.sqlPlans.OrderedGatherOperator ordered_gather_operator = 38;PlanProtocol.OrderedGatherOperator.BuildergetOrderedGatherOperatorBuilder().xg.db.sqlPlans.OrderedGatherOperator ordered_gather_operator = 38;PlanProtocol.OrderedGatherOperatorOrBuildergetOrderedGatherOperatorOrBuilder().xg.db.sqlPlans.OrderedGatherOperator ordered_gather_operator = 38;longgetOutputCardinality()The estimated number of rows produced by this operatorStringgetOutputColumns(int index)The columns that come out of this operatorcom.google.protobuf.ByteStringgetOutputColumnsBytes(int index)The columns that come out of this operatorintgetOutputColumnsCount()The columns that come out of this operatorcom.google.protobuf.ProtocolStringListgetOutputColumnsList()The columns that come out of this operatorbooleangetOutputIsNullable(int index)Which output columns are nullable?intgetOutputIsNullableCount()Which output columns are nullable?List<Boolean>getOutputIsNullableList()Which output columns are nullable?PlanProtocol.SqlColTypegetOutputTypes(int index)The types for each of those columns (in the same order)intgetOutputTypesCount()The types for each of those columns (in the same order)List<PlanProtocol.SqlColType>getOutputTypesList()The types for each of those columns (in the same order)StringgetOutputTypeStrings(int index)The types for each of those columns as strings (in the same order)com.google.protobuf.ByteStringgetOutputTypeStringsBytes(int index)The types for each of those columns as strings (in the same order)intgetOutputTypeStringsCount()The types for each of those columns as strings (in the same order)com.google.protobuf.ProtocolStringListgetOutputTypeStringsList()The types for each of those columns as strings (in the same order)intgetOutputTypesValue(int index)The types for each of those columns (in the same order)List<Integer>getOutputTypesValueList()The types for each of those columns (in the same order)intgetPartitionCounts(int index)repeated uint32 partition_counts = 25;intgetPartitionCountsCount()repeated uint32 partition_counts = 25;List<Integer>getPartitionCountsList()repeated uint32 partition_counts = 25;intgetPartitionIndex()uint32 partition_index = 24;PlanProtocol.EquivalentPartitioninggetPartitioning(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.EquivalentPartitioning.BuildergetPartitioningBuilder(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 hereList<PlanProtocol.EquivalentPartitioning.Builder>getPartitioningBuilderList()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 hereintgetPartitioningCount()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<PlanProtocol.EquivalentPartitioning>getPartitioningList()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.EquivalentPartitioningOrBuildergetPartitioningOrBuilder(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 hereList<? extends PlanProtocol.EquivalentPartitioningOrBuilder>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 herePlanProtocol.ProductOperatorgetProductOperator().xg.db.sqlPlans.ProductOperator product_operator = 59;PlanProtocol.ProductOperator.BuildergetProductOperatorBuilder().xg.db.sqlPlans.ProductOperator product_operator = 59;PlanProtocol.ProductOperatorOrBuildergetProductOperatorOrBuilder().xg.db.sqlPlans.ProductOperator product_operator = 59;PlanProtocol.ProjectOutOperatorgetProjectOutOperator().xg.db.sqlPlans.ProjectOutOperator project_out_operator = 39;PlanProtocol.ProjectOutOperator.BuildergetProjectOutOperatorBuilder().xg.db.sqlPlans.ProjectOutOperator project_out_operator = 39;PlanProtocol.ProjectOutOperatorOrBuildergetProjectOutOperatorOrBuilder().xg.db.sqlPlans.ProjectOutOperator project_out_operator = 39;PlanProtocol.QueriesVirtualOperatorgetQueriesVirtualOperator().xg.db.sqlPlans.QueriesVirtualOperator queries_virtual_operator = 52;PlanProtocol.QueriesVirtualOperator.BuildergetQueriesVirtualOperatorBuilder().xg.db.sqlPlans.QueriesVirtualOperator queries_virtual_operator = 52;PlanProtocol.QueriesVirtualOperatorOrBuildergetQueriesVirtualOperatorOrBuilder().xg.db.sqlPlans.QueriesVirtualOperator queries_virtual_operator = 52;PlanProtocol.RandomIntOperatorgetRandomIntOperator().xg.db.sqlPlans.RandomIntOperator random_int_operator = 53;PlanProtocol.RandomIntOperator.BuildergetRandomIntOperatorBuilder().xg.db.sqlPlans.RandomIntOperator random_int_operator = 53;PlanProtocol.RandomIntOperatorOrBuildergetRandomIntOperatorOrBuilder().xg.db.sqlPlans.RandomIntOperator random_int_operator = 53;PlanProtocol.ReferenceOperatorgetReferenceOperator().xg.db.sqlPlans.ReferenceOperator reference_operator = 74;PlanProtocol.ReferenceOperator.BuildergetReferenceOperatorBuilder().xg.db.sqlPlans.ReferenceOperator reference_operator = 74;PlanProtocol.ReferenceOperatorOrBuildergetReferenceOperatorOrBuilder().xg.db.sqlPlans.ReferenceOperator reference_operator = 74;PlanProtocol.RenameOperatorgetRenameOperator().xg.db.sqlPlans.RenameOperator rename_operator = 40;PlanProtocol.RenameOperator.BuildergetRenameOperatorBuilder().xg.db.sqlPlans.RenameOperator rename_operator = 40;PlanProtocol.RenameOperatorOrBuildergetRenameOperatorOrBuilder().xg.db.sqlPlans.RenameOperator rename_operator = 40;PlanProtocol.ReorderOperatorgetReorderOperator().xg.db.sqlPlans.ReorderOperator reorder_operator = 41;PlanProtocol.ReorderOperator.BuildergetReorderOperatorBuilder().xg.db.sqlPlans.ReorderOperator reorder_operator = 41;PlanProtocol.ReorderOperatorOrBuildergetReorderOperatorOrBuilder().xg.db.sqlPlans.ReorderOperator reorder_operator = 41;PlanProtocol.Operator.RequestOneofCasegetRequestOneofCase()PlanProtocol.RootOperatorgetRootOperator().xg.db.sqlPlans.RootOperator root_operator = 44;PlanProtocol.RootOperator.BuildergetRootOperatorBuilder().xg.db.sqlPlans.RootOperator root_operator = 44;PlanProtocol.RootOperatorOrBuildergetRootOperatorOrBuilder().xg.db.sqlPlans.RootOperator root_operator = 44;PlanProtocol.SelectOperatorgetSelectOperator().xg.db.sqlPlans.SelectOperator select_operator = 42;PlanProtocol.SelectOperator.BuildergetSelectOperatorBuilder().xg.db.sqlPlans.SelectOperator select_operator = 42;PlanProtocol.SelectOperatorOrBuildergetSelectOperatorOrBuilder().xg.db.sqlPlans.SelectOperator select_operator = 42;PlanProtocol.ShuffleOperatorgetShuffleOperator().xg.db.sqlPlans.ShuffleOperator shuffle_operator = 63;PlanProtocol.ShuffleOperator.BuildergetShuffleOperatorBuilder().xg.db.sqlPlans.ShuffleOperator shuffle_operator = 63;PlanProtocol.ShuffleOperatorOrBuildergetShuffleOperatorOrBuilder().xg.db.sqlPlans.ShuffleOperator shuffle_operator = 63;booleangetSortDirections(int index)For all the indexes listed in sortOrder (if any), there is a corresponding entry in sortDirections Indicating whether data is sorted ascending (true) or descending (false) by that columnintgetSortDirectionsCount()For all the indexes listed in sortOrder (if any), there is a corresponding entry in sortDirections Indicating whether data is sorted ascending (true) or descending (false) by that columnList<Boolean>getSortDirectionsList()For all the indexes listed in sortOrder (if any), there is a corresponding entry in sortDirections Indicating whether data is sorted ascending (true) or descending (false) by that columnPlanProtocol.SortOperatorgetSortOperator().xg.db.sqlPlans.SortOperator sort_operator = 43;PlanProtocol.SortOperator.BuildergetSortOperatorBuilder().xg.db.sqlPlans.SortOperator sort_operator = 43;PlanProtocol.SortOperatorOrBuildergetSortOperatorOrBuilder().xg.db.sqlPlans.SortOperator sort_operator = 43;intgetSortOrder(int index)If there is a guarantee that the data is sorted when it leaves this operator The indexes (based on outputColumns) are listed here to specify which columns dictate the sort orderintgetSortOrderCount()If there is a guarantee that the data is sorted when it leaves this operator The indexes (based on outputColumns) are listed here to specify which columns dictate the sort orderList<Integer>getSortOrderList()If there is a guarantee that the data is sorted when it leaves this operator The indexes (based on outputColumns) are listed here to specify which columns dictate the sort orderStringgetStorageSpaceUuids(int index)repeated string storage_space_uuids = 26;com.google.protobuf.ByteStringgetStorageSpaceUuidsBytes(int index)repeated string storage_space_uuids = 26;intgetStorageSpaceUuidsCount()repeated string storage_space_uuids = 26;com.google.protobuf.ProtocolStringListgetStorageSpaceUuidsList()repeated string storage_space_uuids = 26;PlanProtocol.SuperSelectOperatorgetSuperSelectOperator().xg.db.sqlPlans.SuperSelectOperator super_select_operator = 51;PlanProtocol.SuperSelectOperator.BuildergetSuperSelectOperatorBuilder().xg.db.sqlPlans.SuperSelectOperator super_select_operator = 51;PlanProtocol.SuperSelectOperatorOrBuildergetSuperSelectOperatorOrBuilder().xg.db.sqlPlans.SuperSelectOperator super_select_operator = 51;PlanProtocol.SwitchOperatorgetSwitchOperator().xg.db.sqlPlans.SwitchOperator switch_operator = 58;PlanProtocol.SwitchOperator.BuildergetSwitchOperatorBuilder().xg.db.sqlPlans.SwitchOperator switch_operator = 58;PlanProtocol.SwitchOperatorOrBuildergetSwitchOperatorOrBuilder().xg.db.sqlPlans.SwitchOperator switch_operator = 58;PlanProtocol.SystemConfigurationVirtualOperatorgetSystemConfigurationVirtualOperator().xg.db.sqlPlans.SystemConfigurationVirtualOperator system_configuration_virtual_operator = 76;PlanProtocol.SystemConfigurationVirtualOperator.BuildergetSystemConfigurationVirtualOperatorBuilder().xg.db.sqlPlans.SystemConfigurationVirtualOperator system_configuration_virtual_operator = 76;PlanProtocol.SystemConfigurationVirtualOperatorOrBuildergetSystemConfigurationVirtualOperatorOrBuilder().xg.db.sqlPlans.SystemConfigurationVirtualOperator system_configuration_virtual_operator = 76;PlanProtocol.TableCardVirtualOperatorgetTableCardVirtualOperator().xg.db.sqlPlans.TableCardVirtualOperator table_card_virtual_operator = 77;PlanProtocol.TableCardVirtualOperator.BuildergetTableCardVirtualOperatorBuilder().xg.db.sqlPlans.TableCardVirtualOperator table_card_virtual_operator = 77;PlanProtocol.TableCardVirtualOperatorOrBuildergetTableCardVirtualOperatorOrBuilder().xg.db.sqlPlans.TableCardVirtualOperator table_card_virtual_operator = 77;PlanProtocol.TableScanOperatorgetTableScanOperator().xg.db.sqlPlans.TableScanOperator table_scan_operator = 48;PlanProtocol.TableScanOperator.BuildergetTableScanOperatorBuilder().xg.db.sqlPlans.TableScanOperator table_scan_operator = 48;PlanProtocol.TableScanOperatorOrBuildergetTableScanOperatorOrBuilder().xg.db.sqlPlans.TableScanOperator table_scan_operator = 48;PlanProtocol.TeeOperatorgetTeeOperator().xg.db.sqlPlans.TeeOperator tee_operator = 62;PlanProtocol.TeeOperator.BuildergetTeeOperatorBuilder().xg.db.sqlPlans.TeeOperator tee_operator = 62;PlanProtocol.TeeOperatorOrBuildergetTeeOperatorOrBuilder().xg.db.sqlPlans.TeeOperator tee_operator = 62;longgetTestoomflags(int index)Vector of OOM flags for testingintgetTestoomflagsCount()Vector of OOM flags for testingList<Long>getTestoomflagsList()Vector of OOM flags for testingPlanProtocol.Operator.OperatorTypegetType().xg.db.sqlPlans.Operator.OperatorType type = 1;intgetTypeValue().xg.db.sqlPlans.Operator.OperatorType type = 1;PlanProtocol.UnionOperatorgetUnionOperator().xg.db.sqlPlans.UnionOperator union_operator = 55;PlanProtocol.UnionOperator.BuildergetUnionOperatorBuilder().xg.db.sqlPlans.UnionOperator union_operator = 55;PlanProtocol.UnionOperatorOrBuildergetUnionOperatorOrBuilder().xg.db.sqlPlans.UnionOperator union_operator = 55;PlanProtocol.UnmakeVectorOperatorgetUnmakeVectorOperator().xg.db.sqlPlans.UnmakeVectorOperator unmake_vector_operator = 46;PlanProtocol.UnmakeVectorOperator.BuildergetUnmakeVectorOperatorBuilder().xg.db.sqlPlans.UnmakeVectorOperator unmake_vector_operator = 46;PlanProtocol.UnmakeVectorOperatorOrBuildergetUnmakeVectorOperatorOrBuilder().xg.db.sqlPlans.UnmakeVectorOperator unmake_vector_operator = 46;booleangetUpstreamPartitionSensitive()value 28 is used up above under outputTypeStringsPlanProtocol.WindowOperatorgetWindowOperator().xg.db.sqlPlans.WindowOperator window_operator = 65;PlanProtocol.WindowOperator.BuildergetWindowOperatorBuilder().xg.db.sqlPlans.WindowOperator window_operator = 65;PlanProtocol.WindowOperatorOrBuildergetWindowOperatorOrBuilder().xg.db.sqlPlans.WindowOperator window_operator = 65;booleanhasAggregationOperator().xg.db.sqlPlans.AggregationOperator aggregation_operator = 32;booleanhasAvgColSizeVirtualOperator().xg.db.sqlPlans.AvgColSizeVirtualOperator avg_col_size_virtual_operator = 79;booleanhasBroadcastOperator().xg.db.sqlPlans.BroadcastOperator broadcast_operator = 64;booleanhasColCardVirtualOperator().xg.db.sqlPlans.ColCardVirtualOperator col_card_virtual_operator = 78;booleanhasColDistVirtualOperator().xg.db.sqlPlans.ColDistVirtualOperator col_dist_virtual_operator = 80;booleanhasColumnEmitterOperator().xg.db.sqlPlans.ColumnEmitterOperator column_emitter_operator = 54;booleanhasEosOperator().xg.db.sqlPlans.EosOperator eos_operator = 61;booleanhasErrorOperator().xg.db.sqlPlans.ErrorOperator error_operator = 66;booleanhasExceptOperator().xg.db.sqlPlans.ExceptOperator except_operator = 57;booleanhasExtendOperator().xg.db.sqlPlans.ExtendOperator extend_operator = 33;booleanhasGatherOperator().xg.db.sqlPlans.GatherOperator gather_operator = 34;booleanhasGdcLookupOperator().xg.db.sqlPlans.GdcLookupOperator gdc_lookup_operator = 73;booleanhasGenerateOperator().xg.db.sqlPlans.GenerateOperator generate_operator = 50;booleanhasHashJoinOperator().xg.db.sqlPlans.HashJoinOperator hash_join_operator = 60;booleanhasIncrementingBigintOperator().xg.db.sqlPlans.IncrementingBigIntOperator incrementing_bigint_operator = 71;booleanhasIncrementingIntOperator().xg.db.sqlPlans.IncrementingIntOperator incrementing_int_operator = 49;booleanhasIndexAggOperator().xg.db.sqlPlans.IndexAggOperator index_agg_operator = 67;booleanhasIndexCountStarOperator().xg.db.sqlPlans.IndexCountStarOperator index_count_star_operator = 72;booleanhasIndexDistinctOperator().xg.db.sqlPlans.IndexDistinctOperator index_distinct_operator = 69;booleanhasIndexOperator().xg.db.sqlPlans.IndexOperator index_operator = 35;booleanhasIntersectOperator().xg.db.sqlPlans.IntersectOperator intersect_operator = 56;booleanhasLimitOperator().xg.db.sqlPlans.LimitOperator limit_operator = 36;booleanhasMakeVectorOperator().xg.db.sqlPlans.MakeVectorOperator make_vector_operator = 45;booleanhasMatrixExtendOperator().xg.db.sqlPlans.MatrixExtendOperator matrix_extend_operator = 47;booleanhasModifySchemaOperator().xg.db.sqlPlans.ModifySchemaOperator modify_schema_operator = 75;booleanhasOffsetOperator().xg.db.sqlPlans.OffsetOperator offset_operator = 37;booleanhasOrderedAggOperator().xg.db.sqlPlans.OrderedAggOperator ordered_agg_operator = 68;booleanhasOrderedDistinctOperator().xg.db.sqlPlans.OrderedDistinctOperator ordered_distinct_operator = 70;booleanhasOrderedGatherOperator().xg.db.sqlPlans.OrderedGatherOperator ordered_gather_operator = 38;booleanhasProductOperator().xg.db.sqlPlans.ProductOperator product_operator = 59;booleanhasProjectOutOperator().xg.db.sqlPlans.ProjectOutOperator project_out_operator = 39;booleanhasQueriesVirtualOperator().xg.db.sqlPlans.QueriesVirtualOperator queries_virtual_operator = 52;booleanhasRandomIntOperator().xg.db.sqlPlans.RandomIntOperator random_int_operator = 53;booleanhasReferenceOperator().xg.db.sqlPlans.ReferenceOperator reference_operator = 74;booleanhasRenameOperator().xg.db.sqlPlans.RenameOperator rename_operator = 40;booleanhasReorderOperator().xg.db.sqlPlans.ReorderOperator reorder_operator = 41;booleanhasRootOperator().xg.db.sqlPlans.RootOperator root_operator = 44;booleanhasSelectOperator().xg.db.sqlPlans.SelectOperator select_operator = 42;booleanhasShuffleOperator().xg.db.sqlPlans.ShuffleOperator shuffle_operator = 63;booleanhasSortOperator().xg.db.sqlPlans.SortOperator sort_operator = 43;booleanhasSuperSelectOperator().xg.db.sqlPlans.SuperSelectOperator super_select_operator = 51;booleanhasSwitchOperator().xg.db.sqlPlans.SwitchOperator switch_operator = 58;booleanhasSystemConfigurationVirtualOperator().xg.db.sqlPlans.SystemConfigurationVirtualOperator system_configuration_virtual_operator = 76;booleanhasTableCardVirtualOperator().xg.db.sqlPlans.TableCardVirtualOperator table_card_virtual_operator = 77;booleanhasTableScanOperator().xg.db.sqlPlans.TableScanOperator table_scan_operator = 48;booleanhasTeeOperator().xg.db.sqlPlans.TeeOperator tee_operator = 62;booleanhasUnionOperator().xg.db.sqlPlans.UnionOperator union_operator = 55;booleanhasUnmakeVectorOperator().xg.db.sqlPlans.UnmakeVectorOperator unmake_vector_operator = 46;booleanhasWindowOperator().xg.db.sqlPlans.WindowOperator window_operator = 65;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()PlanProtocol.Operator.BuildermergeAggregationOperator(PlanProtocol.AggregationOperator value).xg.db.sqlPlans.AggregationOperator aggregation_operator = 32;PlanProtocol.Operator.BuildermergeAvgColSizeVirtualOperator(PlanProtocol.AvgColSizeVirtualOperator value).xg.db.sqlPlans.AvgColSizeVirtualOperator avg_col_size_virtual_operator = 79;PlanProtocol.Operator.BuildermergeBroadcastOperator(PlanProtocol.BroadcastOperator value).xg.db.sqlPlans.BroadcastOperator broadcast_operator = 64;PlanProtocol.Operator.BuildermergeColCardVirtualOperator(PlanProtocol.ColCardVirtualOperator value).xg.db.sqlPlans.ColCardVirtualOperator col_card_virtual_operator = 78;PlanProtocol.Operator.BuildermergeColDistVirtualOperator(PlanProtocol.ColDistVirtualOperator value).xg.db.sqlPlans.ColDistVirtualOperator col_dist_virtual_operator = 80;PlanProtocol.Operator.BuildermergeColumnEmitterOperator(PlanProtocol.ColumnEmitterOperator value).xg.db.sqlPlans.ColumnEmitterOperator column_emitter_operator = 54;PlanProtocol.Operator.BuildermergeEosOperator(PlanProtocol.EosOperator value).xg.db.sqlPlans.EosOperator eos_operator = 61;PlanProtocol.Operator.BuildermergeErrorOperator(PlanProtocol.ErrorOperator value).xg.db.sqlPlans.ErrorOperator error_operator = 66;PlanProtocol.Operator.BuildermergeExceptOperator(PlanProtocol.ExceptOperator value).xg.db.sqlPlans.ExceptOperator except_operator = 57;PlanProtocol.Operator.BuildermergeExtendOperator(PlanProtocol.ExtendOperator value).xg.db.sqlPlans.ExtendOperator extend_operator = 33;PlanProtocol.Operator.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)PlanProtocol.Operator.BuildermergeFrom(com.google.protobuf.Message other)PlanProtocol.Operator.BuildermergeFrom(PlanProtocol.Operator other)PlanProtocol.Operator.BuildermergeGatherOperator(PlanProtocol.GatherOperator value).xg.db.sqlPlans.GatherOperator gather_operator = 34;PlanProtocol.Operator.BuildermergeGdcLookupOperator(PlanProtocol.GdcLookupOperator value).xg.db.sqlPlans.GdcLookupOperator gdc_lookup_operator = 73;PlanProtocol.Operator.BuildermergeGenerateOperator(PlanProtocol.GenerateOperator value).xg.db.sqlPlans.GenerateOperator generate_operator = 50;PlanProtocol.Operator.BuildermergeHashJoinOperator(PlanProtocol.HashJoinOperator value).xg.db.sqlPlans.HashJoinOperator hash_join_operator = 60;PlanProtocol.Operator.BuildermergeIncrementingBigintOperator(PlanProtocol.IncrementingBigIntOperator value).xg.db.sqlPlans.IncrementingBigIntOperator incrementing_bigint_operator = 71;PlanProtocol.Operator.BuildermergeIncrementingIntOperator(PlanProtocol.IncrementingIntOperator value).xg.db.sqlPlans.IncrementingIntOperator incrementing_int_operator = 49;PlanProtocol.Operator.BuildermergeIndexAggOperator(PlanProtocol.IndexAggOperator value).xg.db.sqlPlans.IndexAggOperator index_agg_operator = 67;PlanProtocol.Operator.BuildermergeIndexCountStarOperator(PlanProtocol.IndexCountStarOperator value).xg.db.sqlPlans.IndexCountStarOperator index_count_star_operator = 72;PlanProtocol.Operator.BuildermergeIndexDistinctOperator(PlanProtocol.IndexDistinctOperator value).xg.db.sqlPlans.IndexDistinctOperator index_distinct_operator = 69;PlanProtocol.Operator.BuildermergeIndexOperator(PlanProtocol.IndexOperator value).xg.db.sqlPlans.IndexOperator index_operator = 35;PlanProtocol.Operator.BuildermergeIntersectOperator(PlanProtocol.IntersectOperator value).xg.db.sqlPlans.IntersectOperator intersect_operator = 56;PlanProtocol.Operator.BuildermergeLimitOperator(PlanProtocol.LimitOperator value).xg.db.sqlPlans.LimitOperator limit_operator = 36;PlanProtocol.Operator.BuildermergeMakeVectorOperator(PlanProtocol.MakeVectorOperator value).xg.db.sqlPlans.MakeVectorOperator make_vector_operator = 45;PlanProtocol.Operator.BuildermergeMatrixExtendOperator(PlanProtocol.MatrixExtendOperator value).xg.db.sqlPlans.MatrixExtendOperator matrix_extend_operator = 47;PlanProtocol.Operator.BuildermergeModifySchemaOperator(PlanProtocol.ModifySchemaOperator value).xg.db.sqlPlans.ModifySchemaOperator modify_schema_operator = 75;PlanProtocol.Operator.BuildermergeOffsetOperator(PlanProtocol.OffsetOperator value).xg.db.sqlPlans.OffsetOperator offset_operator = 37;PlanProtocol.Operator.BuildermergeOrderedAggOperator(PlanProtocol.OrderedAggOperator value).xg.db.sqlPlans.OrderedAggOperator ordered_agg_operator = 68;PlanProtocol.Operator.BuildermergeOrderedDistinctOperator(PlanProtocol.OrderedDistinctOperator value).xg.db.sqlPlans.OrderedDistinctOperator ordered_distinct_operator = 70;PlanProtocol.Operator.BuildermergeOrderedGatherOperator(PlanProtocol.OrderedGatherOperator value).xg.db.sqlPlans.OrderedGatherOperator ordered_gather_operator = 38;PlanProtocol.Operator.BuildermergeProductOperator(PlanProtocol.ProductOperator value).xg.db.sqlPlans.ProductOperator product_operator = 59;PlanProtocol.Operator.BuildermergeProjectOutOperator(PlanProtocol.ProjectOutOperator value).xg.db.sqlPlans.ProjectOutOperator project_out_operator = 39;PlanProtocol.Operator.BuildermergeQueriesVirtualOperator(PlanProtocol.QueriesVirtualOperator value).xg.db.sqlPlans.QueriesVirtualOperator queries_virtual_operator = 52;PlanProtocol.Operator.BuildermergeRandomIntOperator(PlanProtocol.RandomIntOperator value).xg.db.sqlPlans.RandomIntOperator random_int_operator = 53;PlanProtocol.Operator.BuildermergeReferenceOperator(PlanProtocol.ReferenceOperator value).xg.db.sqlPlans.ReferenceOperator reference_operator = 74;PlanProtocol.Operator.BuildermergeRenameOperator(PlanProtocol.RenameOperator value).xg.db.sqlPlans.RenameOperator rename_operator = 40;PlanProtocol.Operator.BuildermergeReorderOperator(PlanProtocol.ReorderOperator value).xg.db.sqlPlans.ReorderOperator reorder_operator = 41;PlanProtocol.Operator.BuildermergeRootOperator(PlanProtocol.RootOperator value).xg.db.sqlPlans.RootOperator root_operator = 44;PlanProtocol.Operator.BuildermergeSelectOperator(PlanProtocol.SelectOperator value).xg.db.sqlPlans.SelectOperator select_operator = 42;PlanProtocol.Operator.BuildermergeShuffleOperator(PlanProtocol.ShuffleOperator value).xg.db.sqlPlans.ShuffleOperator shuffle_operator = 63;PlanProtocol.Operator.BuildermergeSortOperator(PlanProtocol.SortOperator value).xg.db.sqlPlans.SortOperator sort_operator = 43;PlanProtocol.Operator.BuildermergeSuperSelectOperator(PlanProtocol.SuperSelectOperator value).xg.db.sqlPlans.SuperSelectOperator super_select_operator = 51;PlanProtocol.Operator.BuildermergeSwitchOperator(PlanProtocol.SwitchOperator value).xg.db.sqlPlans.SwitchOperator switch_operator = 58;PlanProtocol.Operator.BuildermergeSystemConfigurationVirtualOperator(PlanProtocol.SystemConfigurationVirtualOperator value).xg.db.sqlPlans.SystemConfigurationVirtualOperator system_configuration_virtual_operator = 76;PlanProtocol.Operator.BuildermergeTableCardVirtualOperator(PlanProtocol.TableCardVirtualOperator value).xg.db.sqlPlans.TableCardVirtualOperator table_card_virtual_operator = 77;PlanProtocol.Operator.BuildermergeTableScanOperator(PlanProtocol.TableScanOperator value).xg.db.sqlPlans.TableScanOperator table_scan_operator = 48;PlanProtocol.Operator.BuildermergeTeeOperator(PlanProtocol.TeeOperator value).xg.db.sqlPlans.TeeOperator tee_operator = 62;PlanProtocol.Operator.BuildermergeUnionOperator(PlanProtocol.UnionOperator value).xg.db.sqlPlans.UnionOperator union_operator = 55;PlanProtocol.Operator.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)PlanProtocol.Operator.BuildermergeUnmakeVectorOperator(PlanProtocol.UnmakeVectorOperator value).xg.db.sqlPlans.UnmakeVectorOperator unmake_vector_operator = 46;PlanProtocol.Operator.BuildermergeWindowOperator(PlanProtocol.WindowOperator value).xg.db.sqlPlans.WindowOperator window_operator = 65;PlanProtocol.Operator.BuilderremoveChildren(int index)The children of this operator - order does matterPlanProtocol.Operator.BuilderremovePartitioning(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.Operator.BuildersetAggregationOperator(PlanProtocol.AggregationOperator value).xg.db.sqlPlans.AggregationOperator aggregation_operator = 32;PlanProtocol.Operator.BuildersetAggregationOperator(PlanProtocol.AggregationOperator.Builder builderForValue).xg.db.sqlPlans.AggregationOperator aggregation_operator = 32;PlanProtocol.Operator.BuildersetAvgColSizeVirtualOperator(PlanProtocol.AvgColSizeVirtualOperator value).xg.db.sqlPlans.AvgColSizeVirtualOperator avg_col_size_virtual_operator = 79;PlanProtocol.Operator.BuildersetAvgColSizeVirtualOperator(PlanProtocol.AvgColSizeVirtualOperator.Builder builderForValue).xg.db.sqlPlans.AvgColSizeVirtualOperator avg_col_size_virtual_operator = 79;PlanProtocol.Operator.BuildersetBranchIndex(int value)uint32 branch_index = 23;PlanProtocol.Operator.BuildersetBroadcastOperator(PlanProtocol.BroadcastOperator value).xg.db.sqlPlans.BroadcastOperator broadcast_operator = 64;PlanProtocol.Operator.BuildersetBroadcastOperator(PlanProtocol.BroadcastOperator.Builder builderForValue).xg.db.sqlPlans.BroadcastOperator broadcast_operator = 64;PlanProtocol.Operator.BuildersetChildIndex(int value)these are calculated by level-1(sql-node) vm compilation processPlanProtocol.Operator.BuildersetChildren(int index, PlanProtocol.Operator value)The children of this operator - order does matterPlanProtocol.Operator.BuildersetChildren(int index, PlanProtocol.Operator.Builder builderForValue)The children of this operator - order does matterPlanProtocol.Operator.BuildersetColCard(int index, long value)The estimated # of unique values for each col (in the same order)PlanProtocol.Operator.BuildersetColCardVirtualOperator(PlanProtocol.ColCardVirtualOperator value).xg.db.sqlPlans.ColCardVirtualOperator col_card_virtual_operator = 78;PlanProtocol.Operator.BuildersetColCardVirtualOperator(PlanProtocol.ColCardVirtualOperator.Builder builderForValue).xg.db.sqlPlans.ColCardVirtualOperator col_card_virtual_operator = 78;PlanProtocol.Operator.BuildersetColDistVirtualOperator(PlanProtocol.ColDistVirtualOperator value).xg.db.sqlPlans.ColDistVirtualOperator col_dist_virtual_operator = 80;PlanProtocol.Operator.BuildersetColDistVirtualOperator(PlanProtocol.ColDistVirtualOperator.Builder builderForValue).xg.db.sqlPlans.ColDistVirtualOperator col_dist_virtual_operator = 80;PlanProtocol.Operator.BuildersetColSizes(int index, int value)the average size of each output columnPlanProtocol.Operator.BuildersetColumnEmitterOperator(PlanProtocol.ColumnEmitterOperator value).xg.db.sqlPlans.ColumnEmitterOperator column_emitter_operator = 54;PlanProtocol.Operator.BuildersetColumnEmitterOperator(PlanProtocol.ColumnEmitterOperator.Builder builderForValue).xg.db.sqlPlans.ColumnEmitterOperator column_emitter_operator = 54;PlanProtocol.Operator.BuildersetCost(double value)The cost for this operator as determined by the optimizerPlanProtocol.Operator.BuildersetDistanceFromLeaf(long value)uint64 distance_from_leaf = 21;PlanProtocol.Operator.BuildersetEosOperator(PlanProtocol.EosOperator value).xg.db.sqlPlans.EosOperator eos_operator = 61;PlanProtocol.Operator.BuildersetEosOperator(PlanProtocol.EosOperator.Builder builderForValue).xg.db.sqlPlans.EosOperator eos_operator = 61;PlanProtocol.Operator.BuildersetErrorOperator(PlanProtocol.ErrorOperator value).xg.db.sqlPlans.ErrorOperator error_operator = 66;PlanProtocol.Operator.BuildersetErrorOperator(PlanProtocol.ErrorOperator.Builder builderForValue).xg.db.sqlPlans.ErrorOperator error_operator = 66;PlanProtocol.Operator.BuildersetErrorPartition(int index, int value)errorPartition = UNIT_MAX => apply the error on all partitionsPlanProtocol.Operator.BuildersetErrorTktLevel(int index, int value)0 => tkt Leaf, >0 => tkt AUX, UINT_MAX => on all tkt levelsPlanProtocol.Operator.BuildersetErrorType(PlanProtocol.Operator.ErrorType value).xg.db.sqlPlans.Operator.ErrorType errorType = 16;PlanProtocol.Operator.BuildersetErrorTypeValue(int value).xg.db.sqlPlans.Operator.ErrorType errorType = 16;PlanProtocol.Operator.BuildersetExceptOperator(PlanProtocol.ExceptOperator value).xg.db.sqlPlans.ExceptOperator except_operator = 57;PlanProtocol.Operator.BuildersetExceptOperator(PlanProtocol.ExceptOperator.Builder builderForValue).xg.db.sqlPlans.ExceptOperator except_operator = 57;PlanProtocol.Operator.BuildersetExtendOperator(PlanProtocol.ExtendOperator value).xg.db.sqlPlans.ExtendOperator extend_operator = 33;PlanProtocol.Operator.BuildersetExtendOperator(PlanProtocol.ExtendOperator.Builder builderForValue).xg.db.sqlPlans.ExtendOperator extend_operator = 33;PlanProtocol.Operator.BuildersetExternal(boolean value)If true, the operator should run externallyPlanProtocol.Operator.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)PlanProtocol.Operator.BuildersetGatherOperator(PlanProtocol.GatherOperator value).xg.db.sqlPlans.GatherOperator gather_operator = 34;PlanProtocol.Operator.BuildersetGatherOperator(PlanProtocol.GatherOperator.Builder builderForValue).xg.db.sqlPlans.GatherOperator gather_operator = 34;PlanProtocol.Operator.BuildersetGdcLookupOperator(PlanProtocol.GdcLookupOperator value).xg.db.sqlPlans.GdcLookupOperator gdc_lookup_operator = 73;PlanProtocol.Operator.BuildersetGdcLookupOperator(PlanProtocol.GdcLookupOperator.Builder builderForValue).xg.db.sqlPlans.GdcLookupOperator gdc_lookup_operator = 73;PlanProtocol.Operator.BuildersetGenerateOperator(PlanProtocol.GenerateOperator value).xg.db.sqlPlans.GenerateOperator generate_operator = 50;PlanProtocol.Operator.BuildersetGenerateOperator(PlanProtocol.GenerateOperator.Builder builderForValue).xg.db.sqlPlans.GenerateOperator generate_operator = 50;PlanProtocol.Operator.BuildersetHashJoinOperator(PlanProtocol.HashJoinOperator value).xg.db.sqlPlans.HashJoinOperator hash_join_operator = 60;PlanProtocol.Operator.BuildersetHashJoinOperator(PlanProtocol.HashJoinOperator.Builder builderForValue).xg.db.sqlPlans.HashJoinOperator hash_join_operator = 60;PlanProtocol.Operator.BuildersetId(String value)The id of the operator (used for referencing to a previously defined operator) If type is REFERENCE, then this is the id of the operator being referenced This is a uuidPlanProtocol.Operator.BuildersetIdBytes(com.google.protobuf.ByteString value)The id of the operator (used for referencing to a previously defined operator) If type is REFERENCE, then this is the id of the operator being referenced This is a uuidPlanProtocol.Operator.BuildersetIncrementingBigintOperator(PlanProtocol.IncrementingBigIntOperator value).xg.db.sqlPlans.IncrementingBigIntOperator incrementing_bigint_operator = 71;PlanProtocol.Operator.BuildersetIncrementingBigintOperator(PlanProtocol.IncrementingBigIntOperator.Builder builderForValue).xg.db.sqlPlans.IncrementingBigIntOperator incrementing_bigint_operator = 71;PlanProtocol.Operator.BuildersetIncrementingIntOperator(PlanProtocol.IncrementingIntOperator value).xg.db.sqlPlans.IncrementingIntOperator incrementing_int_operator = 49;PlanProtocol.Operator.BuildersetIncrementingIntOperator(PlanProtocol.IncrementingIntOperator.Builder builderForValue).xg.db.sqlPlans.IncrementingIntOperator incrementing_int_operator = 49;PlanProtocol.Operator.BuildersetIndexAggOperator(PlanProtocol.IndexAggOperator value).xg.db.sqlPlans.IndexAggOperator index_agg_operator = 67;PlanProtocol.Operator.BuildersetIndexAggOperator(PlanProtocol.IndexAggOperator.Builder builderForValue).xg.db.sqlPlans.IndexAggOperator index_agg_operator = 67;PlanProtocol.Operator.BuildersetIndexCountStarOperator(PlanProtocol.IndexCountStarOperator value).xg.db.sqlPlans.IndexCountStarOperator index_count_star_operator = 72;PlanProtocol.Operator.BuildersetIndexCountStarOperator(PlanProtocol.IndexCountStarOperator.Builder builderForValue).xg.db.sqlPlans.IndexCountStarOperator index_count_star_operator = 72;PlanProtocol.Operator.BuildersetIndexDistinctOperator(PlanProtocol.IndexDistinctOperator value).xg.db.sqlPlans.IndexDistinctOperator index_distinct_operator = 69;PlanProtocol.Operator.BuildersetIndexDistinctOperator(PlanProtocol.IndexDistinctOperator.Builder builderForValue).xg.db.sqlPlans.IndexDistinctOperator index_distinct_operator = 69;PlanProtocol.Operator.BuildersetIndexOperator(PlanProtocol.IndexOperator value).xg.db.sqlPlans.IndexOperator index_operator = 35;PlanProtocol.Operator.BuildersetIndexOperator(PlanProtocol.IndexOperator.Builder builderForValue).xg.db.sqlPlans.IndexOperator index_operator = 35;PlanProtocol.Operator.BuildersetIntersectOperator(PlanProtocol.IntersectOperator value).xg.db.sqlPlans.IntersectOperator intersect_operator = 56;PlanProtocol.Operator.BuildersetIntersectOperator(PlanProtocol.IntersectOperator.Builder builderForValue).xg.db.sqlPlans.IntersectOperator intersect_operator = 56;PlanProtocol.Operator.BuildersetLimitOperator(PlanProtocol.LimitOperator value).xg.db.sqlPlans.LimitOperator limit_operator = 36;PlanProtocol.Operator.BuildersetLimitOperator(PlanProtocol.LimitOperator.Builder builderForValue).xg.db.sqlPlans.LimitOperator limit_operator = 36;PlanProtocol.Operator.BuildersetMakeVectorOperator(PlanProtocol.MakeVectorOperator value).xg.db.sqlPlans.MakeVectorOperator make_vector_operator = 45;PlanProtocol.Operator.BuildersetMakeVectorOperator(PlanProtocol.MakeVectorOperator.Builder builderForValue).xg.db.sqlPlans.MakeVectorOperator make_vector_operator = 45;PlanProtocol.Operator.BuildersetMatrixExtendOperator(PlanProtocol.MatrixExtendOperator value).xg.db.sqlPlans.MatrixExtendOperator matrix_extend_operator = 47;PlanProtocol.Operator.BuildersetMatrixExtendOperator(PlanProtocol.MatrixExtendOperator.Builder builderForValue).xg.db.sqlPlans.MatrixExtendOperator matrix_extend_operator = 47;PlanProtocol.Operator.BuildersetMemoryUsage(long value)The estimated number of bytes of memory needed by this operator (may be zero)PlanProtocol.Operator.BuildersetModifySchemaOperator(PlanProtocol.ModifySchemaOperator value).xg.db.sqlPlans.ModifySchemaOperator modify_schema_operator = 75;PlanProtocol.Operator.BuildersetModifySchemaOperator(PlanProtocol.ModifySchemaOperator.Builder builderForValue).xg.db.sqlPlans.ModifySchemaOperator modify_schema_operator = 75;PlanProtocol.Operator.BuildersetNumDistinctParents(int value)uint32 numDistinctParents = 20;PlanProtocol.Operator.BuildersetNumParents(int value)uint32 numParents = 14;PlanProtocol.Operator.BuildersetOffsetOperator(PlanProtocol.OffsetOperator value).xg.db.sqlPlans.OffsetOperator offset_operator = 37;PlanProtocol.Operator.BuildersetOffsetOperator(PlanProtocol.OffsetOperator.Builder builderForValue).xg.db.sqlPlans.OffsetOperator offset_operator = 37;PlanProtocol.Operator.BuildersetOrderedAggOperator(PlanProtocol.OrderedAggOperator value).xg.db.sqlPlans.OrderedAggOperator ordered_agg_operator = 68;PlanProtocol.Operator.BuildersetOrderedAggOperator(PlanProtocol.OrderedAggOperator.Builder builderForValue).xg.db.sqlPlans.OrderedAggOperator ordered_agg_operator = 68;PlanProtocol.Operator.BuildersetOrderedDistinctOperator(PlanProtocol.OrderedDistinctOperator value).xg.db.sqlPlans.OrderedDistinctOperator ordered_distinct_operator = 70;PlanProtocol.Operator.BuildersetOrderedDistinctOperator(PlanProtocol.OrderedDistinctOperator.Builder builderForValue).xg.db.sqlPlans.OrderedDistinctOperator ordered_distinct_operator = 70;PlanProtocol.Operator.BuildersetOrderedGatherOperator(PlanProtocol.OrderedGatherOperator value).xg.db.sqlPlans.OrderedGatherOperator ordered_gather_operator = 38;PlanProtocol.Operator.BuildersetOrderedGatherOperator(PlanProtocol.OrderedGatherOperator.Builder builderForValue).xg.db.sqlPlans.OrderedGatherOperator ordered_gather_operator = 38;PlanProtocol.Operator.BuildersetOutputCardinality(long value)The estimated number of rows produced by this operatorPlanProtocol.Operator.BuildersetOutputColumns(int index, String value)The columns that come out of this operatorPlanProtocol.Operator.BuildersetOutputIsNullable(int index, boolean value)Which output columns are nullable?PlanProtocol.Operator.BuildersetOutputTypes(int index, PlanProtocol.SqlColType value)The types for each of those columns (in the same order)PlanProtocol.Operator.BuildersetOutputTypeStrings(int index, String value)The types for each of those columns as strings (in the same order)PlanProtocol.Operator.BuildersetOutputTypesValue(int index, int value)The types for each of those columns (in the same order)PlanProtocol.Operator.BuildersetPartitionCounts(int index, int value)repeated uint32 partition_counts = 25;PlanProtocol.Operator.BuildersetPartitionIndex(int value)uint32 partition_index = 24;PlanProtocol.Operator.BuildersetPartitioning(int index, PlanProtocol.EquivalentPartitioning value)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.Operator.BuildersetPartitioning(int index, PlanProtocol.EquivalentPartitioning.Builder builderForValue)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.Operator.BuildersetProductOperator(PlanProtocol.ProductOperator value).xg.db.sqlPlans.ProductOperator product_operator = 59;PlanProtocol.Operator.BuildersetProductOperator(PlanProtocol.ProductOperator.Builder builderForValue).xg.db.sqlPlans.ProductOperator product_operator = 59;PlanProtocol.Operator.BuildersetProjectOutOperator(PlanProtocol.ProjectOutOperator value).xg.db.sqlPlans.ProjectOutOperator project_out_operator = 39;PlanProtocol.Operator.BuildersetProjectOutOperator(PlanProtocol.ProjectOutOperator.Builder builderForValue).xg.db.sqlPlans.ProjectOutOperator project_out_operator = 39;PlanProtocol.Operator.BuildersetQueriesVirtualOperator(PlanProtocol.QueriesVirtualOperator value).xg.db.sqlPlans.QueriesVirtualOperator queries_virtual_operator = 52;PlanProtocol.Operator.BuildersetQueriesVirtualOperator(PlanProtocol.QueriesVirtualOperator.Builder builderForValue).xg.db.sqlPlans.QueriesVirtualOperator queries_virtual_operator = 52;PlanProtocol.Operator.BuildersetRandomIntOperator(PlanProtocol.RandomIntOperator value).xg.db.sqlPlans.RandomIntOperator random_int_operator = 53;PlanProtocol.Operator.BuildersetRandomIntOperator(PlanProtocol.RandomIntOperator.Builder builderForValue).xg.db.sqlPlans.RandomIntOperator random_int_operator = 53;PlanProtocol.Operator.BuildersetReferenceOperator(PlanProtocol.ReferenceOperator value).xg.db.sqlPlans.ReferenceOperator reference_operator = 74;PlanProtocol.Operator.BuildersetReferenceOperator(PlanProtocol.ReferenceOperator.Builder builderForValue).xg.db.sqlPlans.ReferenceOperator reference_operator = 74;PlanProtocol.Operator.BuildersetRenameOperator(PlanProtocol.RenameOperator value).xg.db.sqlPlans.RenameOperator rename_operator = 40;PlanProtocol.Operator.BuildersetRenameOperator(PlanProtocol.RenameOperator.Builder builderForValue).xg.db.sqlPlans.RenameOperator rename_operator = 40;PlanProtocol.Operator.BuildersetReorderOperator(PlanProtocol.ReorderOperator value).xg.db.sqlPlans.ReorderOperator reorder_operator = 41;PlanProtocol.Operator.BuildersetReorderOperator(PlanProtocol.ReorderOperator.Builder builderForValue).xg.db.sqlPlans.ReorderOperator reorder_operator = 41;PlanProtocol.Operator.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)PlanProtocol.Operator.BuildersetRootOperator(PlanProtocol.RootOperator value).xg.db.sqlPlans.RootOperator root_operator = 44;PlanProtocol.Operator.BuildersetRootOperator(PlanProtocol.RootOperator.Builder builderForValue).xg.db.sqlPlans.RootOperator root_operator = 44;PlanProtocol.Operator.BuildersetSelectOperator(PlanProtocol.SelectOperator value).xg.db.sqlPlans.SelectOperator select_operator = 42;PlanProtocol.Operator.BuildersetSelectOperator(PlanProtocol.SelectOperator.Builder builderForValue).xg.db.sqlPlans.SelectOperator select_operator = 42;PlanProtocol.Operator.BuildersetShuffleOperator(PlanProtocol.ShuffleOperator value).xg.db.sqlPlans.ShuffleOperator shuffle_operator = 63;PlanProtocol.Operator.BuildersetShuffleOperator(PlanProtocol.ShuffleOperator.Builder builderForValue).xg.db.sqlPlans.ShuffleOperator shuffle_operator = 63;PlanProtocol.Operator.BuildersetSortDirections(int index, boolean value)For all the indexes listed in sortOrder (if any), there is a corresponding entry in sortDirections Indicating whether data is sorted ascending (true) or descending (false) by that columnPlanProtocol.Operator.BuildersetSortOperator(PlanProtocol.SortOperator value).xg.db.sqlPlans.SortOperator sort_operator = 43;PlanProtocol.Operator.BuildersetSortOperator(PlanProtocol.SortOperator.Builder builderForValue).xg.db.sqlPlans.SortOperator sort_operator = 43;PlanProtocol.Operator.BuildersetSortOrder(int index, int value)If there is a guarantee that the data is sorted when it leaves this operator The indexes (based on outputColumns) are listed here to specify which columns dictate the sort orderPlanProtocol.Operator.BuildersetStorageSpaceUuids(int index, String value)repeated string storage_space_uuids = 26;PlanProtocol.Operator.BuildersetSuperSelectOperator(PlanProtocol.SuperSelectOperator value).xg.db.sqlPlans.SuperSelectOperator super_select_operator = 51;PlanProtocol.Operator.BuildersetSuperSelectOperator(PlanProtocol.SuperSelectOperator.Builder builderForValue).xg.db.sqlPlans.SuperSelectOperator super_select_operator = 51;PlanProtocol.Operator.BuildersetSwitchOperator(PlanProtocol.SwitchOperator value).xg.db.sqlPlans.SwitchOperator switch_operator = 58;PlanProtocol.Operator.BuildersetSwitchOperator(PlanProtocol.SwitchOperator.Builder builderForValue).xg.db.sqlPlans.SwitchOperator switch_operator = 58;PlanProtocol.Operator.BuildersetSystemConfigurationVirtualOperator(PlanProtocol.SystemConfigurationVirtualOperator value).xg.db.sqlPlans.SystemConfigurationVirtualOperator system_configuration_virtual_operator = 76;PlanProtocol.Operator.BuildersetSystemConfigurationVirtualOperator(PlanProtocol.SystemConfigurationVirtualOperator.Builder builderForValue).xg.db.sqlPlans.SystemConfigurationVirtualOperator system_configuration_virtual_operator = 76;PlanProtocol.Operator.BuildersetTableCardVirtualOperator(PlanProtocol.TableCardVirtualOperator value).xg.db.sqlPlans.TableCardVirtualOperator table_card_virtual_operator = 77;PlanProtocol.Operator.BuildersetTableCardVirtualOperator(PlanProtocol.TableCardVirtualOperator.Builder builderForValue).xg.db.sqlPlans.TableCardVirtualOperator table_card_virtual_operator = 77;PlanProtocol.Operator.BuildersetTableScanOperator(PlanProtocol.TableScanOperator value).xg.db.sqlPlans.TableScanOperator table_scan_operator = 48;PlanProtocol.Operator.BuildersetTableScanOperator(PlanProtocol.TableScanOperator.Builder builderForValue).xg.db.sqlPlans.TableScanOperator table_scan_operator = 48;PlanProtocol.Operator.BuildersetTeeOperator(PlanProtocol.TeeOperator value).xg.db.sqlPlans.TeeOperator tee_operator = 62;PlanProtocol.Operator.BuildersetTeeOperator(PlanProtocol.TeeOperator.Builder builderForValue).xg.db.sqlPlans.TeeOperator tee_operator = 62;PlanProtocol.Operator.BuildersetTestoomflags(int index, long value)Vector of OOM flags for testingPlanProtocol.Operator.BuildersetType(PlanProtocol.Operator.OperatorType value).xg.db.sqlPlans.Operator.OperatorType type = 1;PlanProtocol.Operator.BuildersetTypeValue(int value).xg.db.sqlPlans.Operator.OperatorType type = 1;PlanProtocol.Operator.BuildersetUnionOperator(PlanProtocol.UnionOperator value).xg.db.sqlPlans.UnionOperator union_operator = 55;PlanProtocol.Operator.BuildersetUnionOperator(PlanProtocol.UnionOperator.Builder builderForValue).xg.db.sqlPlans.UnionOperator union_operator = 55;PlanProtocol.Operator.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)PlanProtocol.Operator.BuildersetUnmakeVectorOperator(PlanProtocol.UnmakeVectorOperator value).xg.db.sqlPlans.UnmakeVectorOperator unmake_vector_operator = 46;PlanProtocol.Operator.BuildersetUnmakeVectorOperator(PlanProtocol.UnmakeVectorOperator.Builder builderForValue).xg.db.sqlPlans.UnmakeVectorOperator unmake_vector_operator = 46;PlanProtocol.Operator.BuildersetUpstreamPartitionSensitive(boolean value)value 28 is used up above under outputTypeStringsPlanProtocol.Operator.BuildersetWindowOperator(PlanProtocol.WindowOperator value).xg.db.sqlPlans.WindowOperator window_operator = 65;PlanProtocol.Operator.BuildersetWindowOperator(PlanProtocol.WindowOperator.Builder builderForValue).xg.db.sqlPlans.WindowOperator window_operator = 65;Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.Operator.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.Operator.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.Operator.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.Operator.Builder>
-
setField
public PlanProtocol.Operator.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.Operator.Builder>
-
clearField
public PlanProtocol.Operator.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.Operator.Builder>
-
clearOneof
public PlanProtocol.Operator.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.Operator.Builder>
-
setRepeatedField
public PlanProtocol.Operator.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.Operator.Builder>
-
addRepeatedField
public PlanProtocol.Operator.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.Operator.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<PlanProtocol.Operator.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.Operator.Builder>
-
mergeFrom
public PlanProtocol.Operator.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<PlanProtocol.Operator.Builder>- Throws:
IOException
-
getRequestOneofCase
- Specified by:
getRequestOneofCasein interfacePlanProtocol.OperatorOrBuilder
-
clearRequestOneof
-
getTypeValue
public int getTypeValue().xg.db.sqlPlans.Operator.OperatorType type = 1;- Specified by:
getTypeValuein interfacePlanProtocol.OperatorOrBuilder
-
setTypeValue
.xg.db.sqlPlans.Operator.OperatorType type = 1; -
getType
.xg.db.sqlPlans.Operator.OperatorType type = 1;- Specified by:
getTypein interfacePlanProtocol.OperatorOrBuilder
-
setType
.xg.db.sqlPlans.Operator.OperatorType type = 1; -
clearType
.xg.db.sqlPlans.Operator.OperatorType type = 1; -
getId
The id of the operator (used for referencing to a previously defined operator) If type is REFERENCE, then this is the id of the operator being referenced This is a uuid
string id = 2;- Specified by:
getIdin interfacePlanProtocol.OperatorOrBuilder
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()The id of the operator (used for referencing to a previously defined operator) If type is REFERENCE, then this is the id of the operator being referenced This is a uuid
string id = 2;- Specified by:
getIdBytesin interfacePlanProtocol.OperatorOrBuilder
-
setId
The id of the operator (used for referencing to a previously defined operator) If type is REFERENCE, then this is the id of the operator being referenced This is a uuid
string id = 2; -
clearId
The id of the operator (used for referencing to a previously defined operator) If type is REFERENCE, then this is the id of the operator being referenced This is a uuid
string id = 2; -
setIdBytes
The id of the operator (used for referencing to a previously defined operator) If type is REFERENCE, then this is the id of the operator being referenced This is a uuid
string id = 2; -
getChildrenList
The children of this operator - order does matter
repeated .xg.db.sqlPlans.Operator children = 3;- Specified by:
getChildrenListin interfacePlanProtocol.OperatorOrBuilder
-
getChildrenCount
public int getChildrenCount()The children of this operator - order does matter
repeated .xg.db.sqlPlans.Operator children = 3;- Specified by:
getChildrenCountin interfacePlanProtocol.OperatorOrBuilder
-
getChildren
The children of this operator - order does matter
repeated .xg.db.sqlPlans.Operator children = 3;- Specified by:
getChildrenin interfacePlanProtocol.OperatorOrBuilder
-
setChildren
The children of this operator - order does matter
repeated .xg.db.sqlPlans.Operator children = 3; -
setChildren
public PlanProtocol.Operator.Builder setChildren(int index, PlanProtocol.Operator.Builder builderForValue)The children of this operator - order does matter
repeated .xg.db.sqlPlans.Operator children = 3; -
addChildren
The children of this operator - order does matter
repeated .xg.db.sqlPlans.Operator children = 3; -
addChildren
The children of this operator - order does matter
repeated .xg.db.sqlPlans.Operator children = 3; -
addChildren
The children of this operator - order does matter
repeated .xg.db.sqlPlans.Operator children = 3; -
addChildren
public PlanProtocol.Operator.Builder addChildren(int index, PlanProtocol.Operator.Builder builderForValue)The children of this operator - order does matter
repeated .xg.db.sqlPlans.Operator children = 3; -
addAllChildren
public PlanProtocol.Operator.Builder addAllChildren(Iterable<? extends PlanProtocol.Operator> values)The children of this operator - order does matter
repeated .xg.db.sqlPlans.Operator children = 3; -
clearChildren
The children of this operator - order does matter
repeated .xg.db.sqlPlans.Operator children = 3; -
removeChildren
The children of this operator - order does matter
repeated .xg.db.sqlPlans.Operator children = 3; -
getChildrenBuilder
The children of this operator - order does matter
repeated .xg.db.sqlPlans.Operator children = 3; -
getChildrenOrBuilder
The children of this operator - order does matter
repeated .xg.db.sqlPlans.Operator children = 3;- Specified by:
getChildrenOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
getChildrenOrBuilderList
The children of this operator - order does matter
repeated .xg.db.sqlPlans.Operator children = 3;- Specified by:
getChildrenOrBuilderListin interfacePlanProtocol.OperatorOrBuilder
-
addChildrenBuilder
The children of this operator - order does matter
repeated .xg.db.sqlPlans.Operator children = 3; -
addChildrenBuilder
The children of this operator - order does matter
repeated .xg.db.sqlPlans.Operator children = 3; -
getChildrenBuilderList
The children of this operator - order does matter
repeated .xg.db.sqlPlans.Operator children = 3; -
getOutputColumnsList
public com.google.protobuf.ProtocolStringList getOutputColumnsList()The columns that come out of this operator
repeated string outputColumns = 4;- Specified by:
getOutputColumnsListin interfacePlanProtocol.OperatorOrBuilder
-
getOutputColumnsCount
public int getOutputColumnsCount()The columns that come out of this operator
repeated string outputColumns = 4;- Specified by:
getOutputColumnsCountin interfacePlanProtocol.OperatorOrBuilder
-
getOutputColumns
The columns that come out of this operator
repeated string outputColumns = 4;- Specified by:
getOutputColumnsin interfacePlanProtocol.OperatorOrBuilder
-
getOutputColumnsBytes
public com.google.protobuf.ByteString getOutputColumnsBytes(int index)The columns that come out of this operator
repeated string outputColumns = 4;- Specified by:
getOutputColumnsBytesin interfacePlanProtocol.OperatorOrBuilder
-
setOutputColumns
The columns that come out of this operator
repeated string outputColumns = 4; -
addOutputColumns
The columns that come out of this operator
repeated string outputColumns = 4; -
addAllOutputColumns
The columns that come out of this operator
repeated string outputColumns = 4; -
clearOutputColumns
The columns that come out of this operator
repeated string outputColumns = 4; -
addOutputColumnsBytes
The columns that come out of this operator
repeated string outputColumns = 4; -
getOutputTypesList
The types for each of those columns (in the same order)
repeated .xg.db.sqlPlans.SqlColType outputTypes = 5;- Specified by:
getOutputTypesListin interfacePlanProtocol.OperatorOrBuilder
-
getOutputTypesCount
public int getOutputTypesCount()The types for each of those columns (in the same order)
repeated .xg.db.sqlPlans.SqlColType outputTypes = 5;- Specified by:
getOutputTypesCountin interfacePlanProtocol.OperatorOrBuilder
-
getOutputTypes
The types for each of those columns (in the same order)
repeated .xg.db.sqlPlans.SqlColType outputTypes = 5;- Specified by:
getOutputTypesin interfacePlanProtocol.OperatorOrBuilder
-
setOutputTypes
The types for each of those columns (in the same order)
repeated .xg.db.sqlPlans.SqlColType outputTypes = 5; -
addOutputTypes
The types for each of those columns (in the same order)
repeated .xg.db.sqlPlans.SqlColType outputTypes = 5; -
addAllOutputTypes
public PlanProtocol.Operator.Builder addAllOutputTypes(Iterable<? extends PlanProtocol.SqlColType> values)The types for each of those columns (in the same order)
repeated .xg.db.sqlPlans.SqlColType outputTypes = 5; -
clearOutputTypes
The types for each of those columns (in the same order)
repeated .xg.db.sqlPlans.SqlColType outputTypes = 5; -
getOutputTypesValueList
The types for each of those columns (in the same order)
repeated .xg.db.sqlPlans.SqlColType outputTypes = 5;- Specified by:
getOutputTypesValueListin interfacePlanProtocol.OperatorOrBuilder
-
getOutputTypesValue
public int getOutputTypesValue(int index)The types for each of those columns (in the same order)
repeated .xg.db.sqlPlans.SqlColType outputTypes = 5;- Specified by:
getOutputTypesValuein interfacePlanProtocol.OperatorOrBuilder
-
setOutputTypesValue
The types for each of those columns (in the same order)
repeated .xg.db.sqlPlans.SqlColType outputTypes = 5; -
addOutputTypesValue
The types for each of those columns (in the same order)
repeated .xg.db.sqlPlans.SqlColType outputTypes = 5; -
addAllOutputTypesValue
The types for each of those columns (in the same order)
repeated .xg.db.sqlPlans.SqlColType outputTypes = 5; -
getOutputTypeStringsList
public com.google.protobuf.ProtocolStringList getOutputTypeStringsList()The types for each of those columns as strings (in the same order)
repeated string outputTypeStrings = 28;- Specified by:
getOutputTypeStringsListin interfacePlanProtocol.OperatorOrBuilder
-
getOutputTypeStringsCount
public int getOutputTypeStringsCount()The types for each of those columns as strings (in the same order)
repeated string outputTypeStrings = 28;- Specified by:
getOutputTypeStringsCountin interfacePlanProtocol.OperatorOrBuilder
-
getOutputTypeStrings
The types for each of those columns as strings (in the same order)
repeated string outputTypeStrings = 28;- Specified by:
getOutputTypeStringsin interfacePlanProtocol.OperatorOrBuilder
-
getOutputTypeStringsBytes
public com.google.protobuf.ByteString getOutputTypeStringsBytes(int index)The types for each of those columns as strings (in the same order)
repeated string outputTypeStrings = 28;- Specified by:
getOutputTypeStringsBytesin interfacePlanProtocol.OperatorOrBuilder
-
setOutputTypeStrings
The types for each of those columns as strings (in the same order)
repeated string outputTypeStrings = 28; -
addOutputTypeStrings
The types for each of those columns as strings (in the same order)
repeated string outputTypeStrings = 28; -
addAllOutputTypeStrings
The types for each of those columns as strings (in the same order)
repeated string outputTypeStrings = 28; -
clearOutputTypeStrings
The types for each of those columns as strings (in the same order)
repeated string outputTypeStrings = 28; -
addOutputTypeStringsBytes
public PlanProtocol.Operator.Builder addOutputTypeStringsBytes(com.google.protobuf.ByteString value)The types for each of those columns as strings (in the same order)
repeated string outputTypeStrings = 28; -
getColCardList
The estimated # of unique values for each col (in the same order)
repeated uint64 colCard = 6;- Specified by:
getColCardListin interfacePlanProtocol.OperatorOrBuilder
-
getColCardCount
public int getColCardCount()The estimated # of unique values for each col (in the same order)
repeated uint64 colCard = 6;- Specified by:
getColCardCountin interfacePlanProtocol.OperatorOrBuilder
-
getColCard
public long getColCard(int index)The estimated # of unique values for each col (in the same order)
repeated uint64 colCard = 6;- Specified by:
getColCardin interfacePlanProtocol.OperatorOrBuilder
-
setColCard
The estimated # of unique values for each col (in the same order)
repeated uint64 colCard = 6; -
addColCard
The estimated # of unique values for each col (in the same order)
repeated uint64 colCard = 6; -
addAllColCard
The estimated # of unique values for each col (in the same order)
repeated uint64 colCard = 6; -
clearColCard
The estimated # of unique values for each col (in the same order)
repeated uint64 colCard = 6; -
getOutputCardinality
public long getOutputCardinality()The estimated number of rows produced by this operator
uint64 outputCardinality = 7;- Specified by:
getOutputCardinalityin interfacePlanProtocol.OperatorOrBuilder
-
setOutputCardinality
The estimated number of rows produced by this operator
uint64 outputCardinality = 7; -
clearOutputCardinality
The estimated number of rows produced by this operator
uint64 outputCardinality = 7; -
getMemoryUsage
public long getMemoryUsage()The estimated number of bytes of memory needed by this operator (may be zero)
uint64 memoryUsage = 8;- Specified by:
getMemoryUsagein interfacePlanProtocol.OperatorOrBuilder
-
setMemoryUsage
The estimated number of bytes of memory needed by this operator (may be zero)
uint64 memoryUsage = 8; -
clearMemoryUsage
The estimated number of bytes of memory needed by this operator (may be zero)
uint64 memoryUsage = 8; -
getCost
public double getCost()The cost for this operator as determined by the optimizer
double cost = 9;- Specified by:
getCostin interfacePlanProtocol.OperatorOrBuilder
-
setCost
The cost for this operator as determined by the optimizer
double cost = 9; -
clearCost
The cost for this operator as determined by the optimizer
double cost = 9; -
getSortOrderList
If there is a guarantee that the data is sorted when it leaves this operator The indexes (based on outputColumns) are listed here to specify which columns dictate the sort order
repeated uint32 sortOrder = 10;- Specified by:
getSortOrderListin interfacePlanProtocol.OperatorOrBuilder
-
getSortOrderCount
public int getSortOrderCount()If there is a guarantee that the data is sorted when it leaves this operator The indexes (based on outputColumns) are listed here to specify which columns dictate the sort order
repeated uint32 sortOrder = 10;- Specified by:
getSortOrderCountin interfacePlanProtocol.OperatorOrBuilder
-
getSortOrder
public int getSortOrder(int index)If there is a guarantee that the data is sorted when it leaves this operator The indexes (based on outputColumns) are listed here to specify which columns dictate the sort order
repeated uint32 sortOrder = 10;- Specified by:
getSortOrderin interfacePlanProtocol.OperatorOrBuilder
-
setSortOrder
If there is a guarantee that the data is sorted when it leaves this operator The indexes (based on outputColumns) are listed here to specify which columns dictate the sort order
repeated uint32 sortOrder = 10; -
addSortOrder
If there is a guarantee that the data is sorted when it leaves this operator The indexes (based on outputColumns) are listed here to specify which columns dictate the sort order
repeated uint32 sortOrder = 10; -
addAllSortOrder
If there is a guarantee that the data is sorted when it leaves this operator The indexes (based on outputColumns) are listed here to specify which columns dictate the sort order
repeated uint32 sortOrder = 10; -
clearSortOrder
If there is a guarantee that the data is sorted when it leaves this operator The indexes (based on outputColumns) are listed here to specify which columns dictate the sort order
repeated uint32 sortOrder = 10; -
getSortDirectionsList
For all the indexes listed in sortOrder (if any), there is a corresponding entry in sortDirections Indicating whether data is sorted ascending (true) or descending (false) by that column
repeated bool sortDirections = 11;- Specified by:
getSortDirectionsListin interfacePlanProtocol.OperatorOrBuilder
-
getSortDirectionsCount
public int getSortDirectionsCount()For all the indexes listed in sortOrder (if any), there is a corresponding entry in sortDirections Indicating whether data is sorted ascending (true) or descending (false) by that column
repeated bool sortDirections = 11;- Specified by:
getSortDirectionsCountin interfacePlanProtocol.OperatorOrBuilder
-
getSortDirections
public boolean getSortDirections(int index)For all the indexes listed in sortOrder (if any), there is a corresponding entry in sortDirections Indicating whether data is sorted ascending (true) or descending (false) by that column
repeated bool sortDirections = 11;- Specified by:
getSortDirectionsin interfacePlanProtocol.OperatorOrBuilder
-
setSortDirections
For all the indexes listed in sortOrder (if any), there is a corresponding entry in sortDirections Indicating whether data is sorted ascending (true) or descending (false) by that column
repeated bool sortDirections = 11; -
addSortDirections
For all the indexes listed in sortOrder (if any), there is a corresponding entry in sortDirections Indicating whether data is sorted ascending (true) or descending (false) by that column
repeated bool sortDirections = 11; -
addAllSortDirections
For all the indexes listed in sortOrder (if any), there is a corresponding entry in sortDirections Indicating whether data is sorted ascending (true) or descending (false) by that column
repeated bool sortDirections = 11; -
clearSortDirections
For all the indexes listed in sortOrder (if any), there is a corresponding entry in sortDirections Indicating whether data is sorted ascending (true) or descending (false) by that column
repeated bool sortDirections = 11; -
getPartitioningList
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
repeated .xg.db.sqlPlans.EquivalentPartitioning partitioning = 12;- Specified by:
getPartitioningListin interfacePlanProtocol.OperatorOrBuilder
-
getPartitioningCount
public int getPartitioningCount()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
repeated .xg.db.sqlPlans.EquivalentPartitioning partitioning = 12;- Specified by:
getPartitioningCountin interfacePlanProtocol.OperatorOrBuilder
-
getPartitioning
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
repeated .xg.db.sqlPlans.EquivalentPartitioning partitioning = 12;- Specified by:
getPartitioningin interfacePlanProtocol.OperatorOrBuilder
-
setPartitioning
public PlanProtocol.Operator.Builder setPartitioning(int index, PlanProtocol.EquivalentPartitioning value)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
repeated .xg.db.sqlPlans.EquivalentPartitioning partitioning = 12; -
setPartitioning
public PlanProtocol.Operator.Builder setPartitioning(int index, PlanProtocol.EquivalentPartitioning.Builder builderForValue)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
repeated .xg.db.sqlPlans.EquivalentPartitioning partitioning = 12; -
addPartitioning
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
repeated .xg.db.sqlPlans.EquivalentPartitioning partitioning = 12; -
addPartitioning
public PlanProtocol.Operator.Builder addPartitioning(int index, PlanProtocol.EquivalentPartitioning value)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
repeated .xg.db.sqlPlans.EquivalentPartitioning partitioning = 12; -
addPartitioning
public PlanProtocol.Operator.Builder addPartitioning(PlanProtocol.EquivalentPartitioning.Builder builderForValue)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
repeated .xg.db.sqlPlans.EquivalentPartitioning partitioning = 12; -
addPartitioning
public PlanProtocol.Operator.Builder addPartitioning(int index, PlanProtocol.EquivalentPartitioning.Builder builderForValue)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
repeated .xg.db.sqlPlans.EquivalentPartitioning partitioning = 12; -
addAllPartitioning
public PlanProtocol.Operator.Builder addAllPartitioning(Iterable<? extends PlanProtocol.EquivalentPartitioning> values)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
repeated .xg.db.sqlPlans.EquivalentPartitioning partitioning = 12; -
clearPartitioning
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
repeated .xg.db.sqlPlans.EquivalentPartitioning partitioning = 12; -
removePartitioning
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
repeated .xg.db.sqlPlans.EquivalentPartitioning partitioning = 12; -
getPartitioningBuilder
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
repeated .xg.db.sqlPlans.EquivalentPartitioning partitioning = 12; -
getPartitioningOrBuilder
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
repeated .xg.db.sqlPlans.EquivalentPartitioning partitioning = 12;- Specified by:
getPartitioningOrBuilderin interfacePlanProtocol.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
repeated .xg.db.sqlPlans.EquivalentPartitioning partitioning = 12;- Specified by:
getPartitioningOrBuilderListin interfacePlanProtocol.OperatorOrBuilder
-
addPartitioningBuilder
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
repeated .xg.db.sqlPlans.EquivalentPartitioning partitioning = 12; -
addPartitioningBuilder
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
repeated .xg.db.sqlPlans.EquivalentPartitioning partitioning = 12; -
getPartitioningBuilderList
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
repeated .xg.db.sqlPlans.EquivalentPartitioning partitioning = 12; -
getOutputIsNullableList
Which output columns are nullable?
repeated bool outputIsNullable = 13;- Specified by:
getOutputIsNullableListin interfacePlanProtocol.OperatorOrBuilder
-
getOutputIsNullableCount
public int getOutputIsNullableCount()Which output columns are nullable?
repeated bool outputIsNullable = 13;- Specified by:
getOutputIsNullableCountin interfacePlanProtocol.OperatorOrBuilder
-
getOutputIsNullable
public boolean getOutputIsNullable(int index)Which output columns are nullable?
repeated bool outputIsNullable = 13;- Specified by:
getOutputIsNullablein interfacePlanProtocol.OperatorOrBuilder
-
setOutputIsNullable
Which output columns are nullable?
repeated bool outputIsNullable = 13; -
addOutputIsNullable
Which output columns are nullable?
repeated bool outputIsNullable = 13; -
addAllOutputIsNullable
Which output columns are nullable?
repeated bool outputIsNullable = 13; -
clearOutputIsNullable
Which output columns are nullable?
repeated bool outputIsNullable = 13; -
getNumParents
public int getNumParents()uint32 numParents = 14;- Specified by:
getNumParentsin interfacePlanProtocol.OperatorOrBuilder
-
setNumParents
uint32 numParents = 14; -
clearNumParents
uint32 numParents = 14; -
getColSizesList
the average size of each output column
repeated uint32 colSizes = 15;- Specified by:
getColSizesListin interfacePlanProtocol.OperatorOrBuilder
-
getColSizesCount
public int getColSizesCount()the average size of each output column
repeated uint32 colSizes = 15;- Specified by:
getColSizesCountin interfacePlanProtocol.OperatorOrBuilder
-
getColSizes
public int getColSizes(int index)the average size of each output column
repeated uint32 colSizes = 15;- Specified by:
getColSizesin interfacePlanProtocol.OperatorOrBuilder
-
setColSizes
the average size of each output column
repeated uint32 colSizes = 15; -
addColSizes
the average size of each output column
repeated uint32 colSizes = 15; -
addAllColSizes
the average size of each output column
repeated uint32 colSizes = 15; -
clearColSizes
the average size of each output column
repeated uint32 colSizes = 15; -
getErrorTypeValue
public int getErrorTypeValue().xg.db.sqlPlans.Operator.ErrorType errorType = 16;- Specified by:
getErrorTypeValuein interfacePlanProtocol.OperatorOrBuilder
-
setErrorTypeValue
.xg.db.sqlPlans.Operator.ErrorType errorType = 16; -
getErrorType
.xg.db.sqlPlans.Operator.ErrorType errorType = 16;- Specified by:
getErrorTypein interfacePlanProtocol.OperatorOrBuilder
-
setErrorType
.xg.db.sqlPlans.Operator.ErrorType errorType = 16; -
clearErrorType
.xg.db.sqlPlans.Operator.ErrorType errorType = 16; -
getErrorPartitionList
errorPartition = UNIT_MAX => apply the error on all partitions
repeated uint32 errorPartition = 17;- Specified by:
getErrorPartitionListin interfacePlanProtocol.OperatorOrBuilder
-
getErrorPartitionCount
public int getErrorPartitionCount()errorPartition = UNIT_MAX => apply the error on all partitions
repeated uint32 errorPartition = 17;- Specified by:
getErrorPartitionCountin interfacePlanProtocol.OperatorOrBuilder
-
getErrorPartition
public int getErrorPartition(int index)errorPartition = UNIT_MAX => apply the error on all partitions
repeated uint32 errorPartition = 17;- Specified by:
getErrorPartitionin interfacePlanProtocol.OperatorOrBuilder
-
setErrorPartition
errorPartition = UNIT_MAX => apply the error on all partitions
repeated uint32 errorPartition = 17; -
addErrorPartition
errorPartition = UNIT_MAX => apply the error on all partitions
repeated uint32 errorPartition = 17; -
addAllErrorPartition
errorPartition = UNIT_MAX => apply the error on all partitions
repeated uint32 errorPartition = 17; -
clearErrorPartition
errorPartition = UNIT_MAX => apply the error on all partitions
repeated uint32 errorPartition = 17; -
getErrorTktLevelList
0 => tkt Leaf, >0 => tkt AUX, UINT_MAX => on all tkt levels
repeated uint32 errorTktLevel = 18;- Specified by:
getErrorTktLevelListin interfacePlanProtocol.OperatorOrBuilder
-
getErrorTktLevelCount
public int getErrorTktLevelCount()0 => tkt Leaf, >0 => tkt AUX, UINT_MAX => on all tkt levels
repeated uint32 errorTktLevel = 18;- Specified by:
getErrorTktLevelCountin interfacePlanProtocol.OperatorOrBuilder
-
getErrorTktLevel
public int getErrorTktLevel(int index)0 => tkt Leaf, >0 => tkt AUX, UINT_MAX => on all tkt levels
repeated uint32 errorTktLevel = 18;- Specified by:
getErrorTktLevelin interfacePlanProtocol.OperatorOrBuilder
-
setErrorTktLevel
0 => tkt Leaf, >0 => tkt AUX, UINT_MAX => on all tkt levels
repeated uint32 errorTktLevel = 18; -
addErrorTktLevel
0 => tkt Leaf, >0 => tkt AUX, UINT_MAX => on all tkt levels
repeated uint32 errorTktLevel = 18; -
addAllErrorTktLevel
0 => tkt Leaf, >0 => tkt AUX, UINT_MAX => on all tkt levels
repeated uint32 errorTktLevel = 18; -
clearErrorTktLevel
0 => tkt Leaf, >0 => tkt AUX, UINT_MAX => on all tkt levels
repeated uint32 errorTktLevel = 18; -
getExternal
public boolean getExternal()If true, the operator should run externally
bool external = 19;- Specified by:
getExternalin interfacePlanProtocol.OperatorOrBuilder
-
setExternal
If true, the operator should run externally
bool external = 19; -
clearExternal
If true, the operator should run externally
bool external = 19; -
getNumDistinctParents
public int getNumDistinctParents()uint32 numDistinctParents = 20;- Specified by:
getNumDistinctParentsin interfacePlanProtocol.OperatorOrBuilder
-
setNumDistinctParents
uint32 numDistinctParents = 20; -
clearNumDistinctParents
uint32 numDistinctParents = 20; -
getDistanceFromLeaf
public long getDistanceFromLeaf()uint64 distance_from_leaf = 21;- Specified by:
getDistanceFromLeafin interfacePlanProtocol.OperatorOrBuilder
-
setDistanceFromLeaf
uint64 distance_from_leaf = 21; -
clearDistanceFromLeaf
uint64 distance_from_leaf = 21; -
getChildIndex
public int getChildIndex()these are calculated by level-1(sql-node) vm compilation process
uint32 child_index = 22;- Specified by:
getChildIndexin interfacePlanProtocol.OperatorOrBuilder
-
setChildIndex
these are calculated by level-1(sql-node) vm compilation process
uint32 child_index = 22; -
clearChildIndex
these are calculated by level-1(sql-node) vm compilation process
uint32 child_index = 22; -
getBranchIndex
public int getBranchIndex()uint32 branch_index = 23;- Specified by:
getBranchIndexin interfacePlanProtocol.OperatorOrBuilder
-
setBranchIndex
uint32 branch_index = 23; -
clearBranchIndex
uint32 branch_index = 23; -
getPartitionIndex
public int getPartitionIndex()uint32 partition_index = 24;- Specified by:
getPartitionIndexin interfacePlanProtocol.OperatorOrBuilder
-
setPartitionIndex
uint32 partition_index = 24; -
clearPartitionIndex
uint32 partition_index = 24; -
getPartitionCountsList
repeated uint32 partition_counts = 25;- Specified by:
getPartitionCountsListin interfacePlanProtocol.OperatorOrBuilder
-
getPartitionCountsCount
public int getPartitionCountsCount()repeated uint32 partition_counts = 25;- Specified by:
getPartitionCountsCountin interfacePlanProtocol.OperatorOrBuilder
-
getPartitionCounts
public int getPartitionCounts(int index)repeated uint32 partition_counts = 25;- Specified by:
getPartitionCountsin interfacePlanProtocol.OperatorOrBuilder
-
setPartitionCounts
repeated uint32 partition_counts = 25; -
addPartitionCounts
repeated uint32 partition_counts = 25; -
addAllPartitionCounts
repeated uint32 partition_counts = 25; -
clearPartitionCounts
repeated uint32 partition_counts = 25; -
getStorageSpaceUuidsList
public com.google.protobuf.ProtocolStringList getStorageSpaceUuidsList()repeated string storage_space_uuids = 26;- Specified by:
getStorageSpaceUuidsListin interfacePlanProtocol.OperatorOrBuilder
-
getStorageSpaceUuidsCount
public int getStorageSpaceUuidsCount()repeated string storage_space_uuids = 26;- Specified by:
getStorageSpaceUuidsCountin interfacePlanProtocol.OperatorOrBuilder
-
getStorageSpaceUuids
repeated string storage_space_uuids = 26;- Specified by:
getStorageSpaceUuidsin interfacePlanProtocol.OperatorOrBuilder
-
getStorageSpaceUuidsBytes
public com.google.protobuf.ByteString getStorageSpaceUuidsBytes(int index)repeated string storage_space_uuids = 26;- Specified by:
getStorageSpaceUuidsBytesin interfacePlanProtocol.OperatorOrBuilder
-
setStorageSpaceUuids
repeated string storage_space_uuids = 26; -
addStorageSpaceUuids
repeated string storage_space_uuids = 26; -
addAllStorageSpaceUuids
repeated string storage_space_uuids = 26; -
clearStorageSpaceUuids
repeated string storage_space_uuids = 26; -
addStorageSpaceUuidsBytes
public PlanProtocol.Operator.Builder addStorageSpaceUuidsBytes(com.google.protobuf.ByteString value)repeated string storage_space_uuids = 26; -
getUpstreamPartitionSensitive
public boolean getUpstreamPartitionSensitive()value 28 is used up above under outputTypeStrings
bool upstream_partition_sensitive = 27;- Specified by:
getUpstreamPartitionSensitivein interfacePlanProtocol.OperatorOrBuilder
-
setUpstreamPartitionSensitive
value 28 is used up above under outputTypeStrings
bool upstream_partition_sensitive = 27; -
clearUpstreamPartitionSensitive
value 28 is used up above under outputTypeStrings
bool upstream_partition_sensitive = 27; -
hasAggregationOperator
public boolean hasAggregationOperator().xg.db.sqlPlans.AggregationOperator aggregation_operator = 32;- Specified by:
hasAggregationOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getAggregationOperator
.xg.db.sqlPlans.AggregationOperator aggregation_operator = 32;- Specified by:
getAggregationOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setAggregationOperator
public PlanProtocol.Operator.Builder setAggregationOperator(PlanProtocol.AggregationOperator value).xg.db.sqlPlans.AggregationOperator aggregation_operator = 32; -
setAggregationOperator
public PlanProtocol.Operator.Builder setAggregationOperator(PlanProtocol.AggregationOperator.Builder builderForValue).xg.db.sqlPlans.AggregationOperator aggregation_operator = 32; -
mergeAggregationOperator
public PlanProtocol.Operator.Builder mergeAggregationOperator(PlanProtocol.AggregationOperator value).xg.db.sqlPlans.AggregationOperator aggregation_operator = 32; -
clearAggregationOperator
.xg.db.sqlPlans.AggregationOperator aggregation_operator = 32; -
getAggregationOperatorBuilder
.xg.db.sqlPlans.AggregationOperator aggregation_operator = 32; -
getAggregationOperatorOrBuilder
.xg.db.sqlPlans.AggregationOperator aggregation_operator = 32;- Specified by:
getAggregationOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasExtendOperator
public boolean hasExtendOperator().xg.db.sqlPlans.ExtendOperator extend_operator = 33;- Specified by:
hasExtendOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getExtendOperator
.xg.db.sqlPlans.ExtendOperator extend_operator = 33;- Specified by:
getExtendOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setExtendOperator
.xg.db.sqlPlans.ExtendOperator extend_operator = 33; -
setExtendOperator
public PlanProtocol.Operator.Builder setExtendOperator(PlanProtocol.ExtendOperator.Builder builderForValue).xg.db.sqlPlans.ExtendOperator extend_operator = 33; -
mergeExtendOperator
.xg.db.sqlPlans.ExtendOperator extend_operator = 33; -
clearExtendOperator
.xg.db.sqlPlans.ExtendOperator extend_operator = 33; -
getExtendOperatorBuilder
.xg.db.sqlPlans.ExtendOperator extend_operator = 33; -
getExtendOperatorOrBuilder
.xg.db.sqlPlans.ExtendOperator extend_operator = 33;- Specified by:
getExtendOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasGatherOperator
public boolean hasGatherOperator().xg.db.sqlPlans.GatherOperator gather_operator = 34;- Specified by:
hasGatherOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getGatherOperator
.xg.db.sqlPlans.GatherOperator gather_operator = 34;- Specified by:
getGatherOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setGatherOperator
.xg.db.sqlPlans.GatherOperator gather_operator = 34; -
setGatherOperator
public PlanProtocol.Operator.Builder setGatherOperator(PlanProtocol.GatherOperator.Builder builderForValue).xg.db.sqlPlans.GatherOperator gather_operator = 34; -
mergeGatherOperator
.xg.db.sqlPlans.GatherOperator gather_operator = 34; -
clearGatherOperator
.xg.db.sqlPlans.GatherOperator gather_operator = 34; -
getGatherOperatorBuilder
.xg.db.sqlPlans.GatherOperator gather_operator = 34; -
getGatherOperatorOrBuilder
.xg.db.sqlPlans.GatherOperator gather_operator = 34;- Specified by:
getGatherOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasIndexOperator
public boolean hasIndexOperator().xg.db.sqlPlans.IndexOperator index_operator = 35;- Specified by:
hasIndexOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getIndexOperator
.xg.db.sqlPlans.IndexOperator index_operator = 35;- Specified by:
getIndexOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setIndexOperator
.xg.db.sqlPlans.IndexOperator index_operator = 35; -
setIndexOperator
public PlanProtocol.Operator.Builder setIndexOperator(PlanProtocol.IndexOperator.Builder builderForValue).xg.db.sqlPlans.IndexOperator index_operator = 35; -
mergeIndexOperator
.xg.db.sqlPlans.IndexOperator index_operator = 35; -
clearIndexOperator
.xg.db.sqlPlans.IndexOperator index_operator = 35; -
getIndexOperatorBuilder
.xg.db.sqlPlans.IndexOperator index_operator = 35; -
getIndexOperatorOrBuilder
.xg.db.sqlPlans.IndexOperator index_operator = 35;- Specified by:
getIndexOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasLimitOperator
public boolean hasLimitOperator().xg.db.sqlPlans.LimitOperator limit_operator = 36;- Specified by:
hasLimitOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getLimitOperator
.xg.db.sqlPlans.LimitOperator limit_operator = 36;- Specified by:
getLimitOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setLimitOperator
.xg.db.sqlPlans.LimitOperator limit_operator = 36; -
setLimitOperator
public PlanProtocol.Operator.Builder setLimitOperator(PlanProtocol.LimitOperator.Builder builderForValue).xg.db.sqlPlans.LimitOperator limit_operator = 36; -
mergeLimitOperator
.xg.db.sqlPlans.LimitOperator limit_operator = 36; -
clearLimitOperator
.xg.db.sqlPlans.LimitOperator limit_operator = 36; -
getLimitOperatorBuilder
.xg.db.sqlPlans.LimitOperator limit_operator = 36; -
getLimitOperatorOrBuilder
.xg.db.sqlPlans.LimitOperator limit_operator = 36;- Specified by:
getLimitOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasOffsetOperator
public boolean hasOffsetOperator().xg.db.sqlPlans.OffsetOperator offset_operator = 37;- Specified by:
hasOffsetOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getOffsetOperator
.xg.db.sqlPlans.OffsetOperator offset_operator = 37;- Specified by:
getOffsetOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setOffsetOperator
.xg.db.sqlPlans.OffsetOperator offset_operator = 37; -
setOffsetOperator
public PlanProtocol.Operator.Builder setOffsetOperator(PlanProtocol.OffsetOperator.Builder builderForValue).xg.db.sqlPlans.OffsetOperator offset_operator = 37; -
mergeOffsetOperator
.xg.db.sqlPlans.OffsetOperator offset_operator = 37; -
clearOffsetOperator
.xg.db.sqlPlans.OffsetOperator offset_operator = 37; -
getOffsetOperatorBuilder
.xg.db.sqlPlans.OffsetOperator offset_operator = 37; -
getOffsetOperatorOrBuilder
.xg.db.sqlPlans.OffsetOperator offset_operator = 37;- Specified by:
getOffsetOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasOrderedGatherOperator
public boolean hasOrderedGatherOperator().xg.db.sqlPlans.OrderedGatherOperator ordered_gather_operator = 38;- Specified by:
hasOrderedGatherOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getOrderedGatherOperator
.xg.db.sqlPlans.OrderedGatherOperator ordered_gather_operator = 38;- Specified by:
getOrderedGatherOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setOrderedGatherOperator
public PlanProtocol.Operator.Builder setOrderedGatherOperator(PlanProtocol.OrderedGatherOperator value).xg.db.sqlPlans.OrderedGatherOperator ordered_gather_operator = 38; -
setOrderedGatherOperator
public PlanProtocol.Operator.Builder setOrderedGatherOperator(PlanProtocol.OrderedGatherOperator.Builder builderForValue).xg.db.sqlPlans.OrderedGatherOperator ordered_gather_operator = 38; -
mergeOrderedGatherOperator
public PlanProtocol.Operator.Builder mergeOrderedGatherOperator(PlanProtocol.OrderedGatherOperator value).xg.db.sqlPlans.OrderedGatherOperator ordered_gather_operator = 38; -
clearOrderedGatherOperator
.xg.db.sqlPlans.OrderedGatherOperator ordered_gather_operator = 38; -
getOrderedGatherOperatorBuilder
.xg.db.sqlPlans.OrderedGatherOperator ordered_gather_operator = 38; -
getOrderedGatherOperatorOrBuilder
.xg.db.sqlPlans.OrderedGatherOperator ordered_gather_operator = 38;- Specified by:
getOrderedGatherOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasProjectOutOperator
public boolean hasProjectOutOperator().xg.db.sqlPlans.ProjectOutOperator project_out_operator = 39;- Specified by:
hasProjectOutOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getProjectOutOperator
.xg.db.sqlPlans.ProjectOutOperator project_out_operator = 39;- Specified by:
getProjectOutOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setProjectOutOperator
.xg.db.sqlPlans.ProjectOutOperator project_out_operator = 39; -
setProjectOutOperator
public PlanProtocol.Operator.Builder setProjectOutOperator(PlanProtocol.ProjectOutOperator.Builder builderForValue).xg.db.sqlPlans.ProjectOutOperator project_out_operator = 39; -
mergeProjectOutOperator
public PlanProtocol.Operator.Builder mergeProjectOutOperator(PlanProtocol.ProjectOutOperator value).xg.db.sqlPlans.ProjectOutOperator project_out_operator = 39; -
clearProjectOutOperator
.xg.db.sqlPlans.ProjectOutOperator project_out_operator = 39; -
getProjectOutOperatorBuilder
.xg.db.sqlPlans.ProjectOutOperator project_out_operator = 39; -
getProjectOutOperatorOrBuilder
.xg.db.sqlPlans.ProjectOutOperator project_out_operator = 39;- Specified by:
getProjectOutOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasRenameOperator
public boolean hasRenameOperator().xg.db.sqlPlans.RenameOperator rename_operator = 40;- Specified by:
hasRenameOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getRenameOperator
.xg.db.sqlPlans.RenameOperator rename_operator = 40;- Specified by:
getRenameOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setRenameOperator
.xg.db.sqlPlans.RenameOperator rename_operator = 40; -
setRenameOperator
public PlanProtocol.Operator.Builder setRenameOperator(PlanProtocol.RenameOperator.Builder builderForValue).xg.db.sqlPlans.RenameOperator rename_operator = 40; -
mergeRenameOperator
.xg.db.sqlPlans.RenameOperator rename_operator = 40; -
clearRenameOperator
.xg.db.sqlPlans.RenameOperator rename_operator = 40; -
getRenameOperatorBuilder
.xg.db.sqlPlans.RenameOperator rename_operator = 40; -
getRenameOperatorOrBuilder
.xg.db.sqlPlans.RenameOperator rename_operator = 40;- Specified by:
getRenameOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasReorderOperator
public boolean hasReorderOperator().xg.db.sqlPlans.ReorderOperator reorder_operator = 41;- Specified by:
hasReorderOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getReorderOperator
.xg.db.sqlPlans.ReorderOperator reorder_operator = 41;- Specified by:
getReorderOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setReorderOperator
.xg.db.sqlPlans.ReorderOperator reorder_operator = 41; -
setReorderOperator
public PlanProtocol.Operator.Builder setReorderOperator(PlanProtocol.ReorderOperator.Builder builderForValue).xg.db.sqlPlans.ReorderOperator reorder_operator = 41; -
mergeReorderOperator
.xg.db.sqlPlans.ReorderOperator reorder_operator = 41; -
clearReorderOperator
.xg.db.sqlPlans.ReorderOperator reorder_operator = 41; -
getReorderOperatorBuilder
.xg.db.sqlPlans.ReorderOperator reorder_operator = 41; -
getReorderOperatorOrBuilder
.xg.db.sqlPlans.ReorderOperator reorder_operator = 41;- Specified by:
getReorderOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasSelectOperator
public boolean hasSelectOperator().xg.db.sqlPlans.SelectOperator select_operator = 42;- Specified by:
hasSelectOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getSelectOperator
.xg.db.sqlPlans.SelectOperator select_operator = 42;- Specified by:
getSelectOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setSelectOperator
.xg.db.sqlPlans.SelectOperator select_operator = 42; -
setSelectOperator
public PlanProtocol.Operator.Builder setSelectOperator(PlanProtocol.SelectOperator.Builder builderForValue).xg.db.sqlPlans.SelectOperator select_operator = 42; -
mergeSelectOperator
.xg.db.sqlPlans.SelectOperator select_operator = 42; -
clearSelectOperator
.xg.db.sqlPlans.SelectOperator select_operator = 42; -
getSelectOperatorBuilder
.xg.db.sqlPlans.SelectOperator select_operator = 42; -
getSelectOperatorOrBuilder
.xg.db.sqlPlans.SelectOperator select_operator = 42;- Specified by:
getSelectOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasSortOperator
public boolean hasSortOperator().xg.db.sqlPlans.SortOperator sort_operator = 43;- Specified by:
hasSortOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getSortOperator
.xg.db.sqlPlans.SortOperator sort_operator = 43;- Specified by:
getSortOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setSortOperator
.xg.db.sqlPlans.SortOperator sort_operator = 43; -
setSortOperator
public PlanProtocol.Operator.Builder setSortOperator(PlanProtocol.SortOperator.Builder builderForValue).xg.db.sqlPlans.SortOperator sort_operator = 43; -
mergeSortOperator
.xg.db.sqlPlans.SortOperator sort_operator = 43; -
clearSortOperator
.xg.db.sqlPlans.SortOperator sort_operator = 43; -
getSortOperatorBuilder
.xg.db.sqlPlans.SortOperator sort_operator = 43; -
getSortOperatorOrBuilder
.xg.db.sqlPlans.SortOperator sort_operator = 43;- Specified by:
getSortOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasRootOperator
public boolean hasRootOperator().xg.db.sqlPlans.RootOperator root_operator = 44;- Specified by:
hasRootOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getRootOperator
.xg.db.sqlPlans.RootOperator root_operator = 44;- Specified by:
getRootOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setRootOperator
.xg.db.sqlPlans.RootOperator root_operator = 44; -
setRootOperator
public PlanProtocol.Operator.Builder setRootOperator(PlanProtocol.RootOperator.Builder builderForValue).xg.db.sqlPlans.RootOperator root_operator = 44; -
mergeRootOperator
.xg.db.sqlPlans.RootOperator root_operator = 44; -
clearRootOperator
.xg.db.sqlPlans.RootOperator root_operator = 44; -
getRootOperatorBuilder
.xg.db.sqlPlans.RootOperator root_operator = 44; -
getRootOperatorOrBuilder
.xg.db.sqlPlans.RootOperator root_operator = 44;- Specified by:
getRootOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasMakeVectorOperator
public boolean hasMakeVectorOperator().xg.db.sqlPlans.MakeVectorOperator make_vector_operator = 45;- Specified by:
hasMakeVectorOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getMakeVectorOperator
.xg.db.sqlPlans.MakeVectorOperator make_vector_operator = 45;- Specified by:
getMakeVectorOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setMakeVectorOperator
.xg.db.sqlPlans.MakeVectorOperator make_vector_operator = 45; -
setMakeVectorOperator
public PlanProtocol.Operator.Builder setMakeVectorOperator(PlanProtocol.MakeVectorOperator.Builder builderForValue).xg.db.sqlPlans.MakeVectorOperator make_vector_operator = 45; -
mergeMakeVectorOperator
public PlanProtocol.Operator.Builder mergeMakeVectorOperator(PlanProtocol.MakeVectorOperator value).xg.db.sqlPlans.MakeVectorOperator make_vector_operator = 45; -
clearMakeVectorOperator
.xg.db.sqlPlans.MakeVectorOperator make_vector_operator = 45; -
getMakeVectorOperatorBuilder
.xg.db.sqlPlans.MakeVectorOperator make_vector_operator = 45; -
getMakeVectorOperatorOrBuilder
.xg.db.sqlPlans.MakeVectorOperator make_vector_operator = 45;- Specified by:
getMakeVectorOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasUnmakeVectorOperator
public boolean hasUnmakeVectorOperator().xg.db.sqlPlans.UnmakeVectorOperator unmake_vector_operator = 46;- Specified by:
hasUnmakeVectorOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getUnmakeVectorOperator
.xg.db.sqlPlans.UnmakeVectorOperator unmake_vector_operator = 46;- Specified by:
getUnmakeVectorOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setUnmakeVectorOperator
public PlanProtocol.Operator.Builder setUnmakeVectorOperator(PlanProtocol.UnmakeVectorOperator value).xg.db.sqlPlans.UnmakeVectorOperator unmake_vector_operator = 46; -
setUnmakeVectorOperator
public PlanProtocol.Operator.Builder setUnmakeVectorOperator(PlanProtocol.UnmakeVectorOperator.Builder builderForValue).xg.db.sqlPlans.UnmakeVectorOperator unmake_vector_operator = 46; -
mergeUnmakeVectorOperator
public PlanProtocol.Operator.Builder mergeUnmakeVectorOperator(PlanProtocol.UnmakeVectorOperator value).xg.db.sqlPlans.UnmakeVectorOperator unmake_vector_operator = 46; -
clearUnmakeVectorOperator
.xg.db.sqlPlans.UnmakeVectorOperator unmake_vector_operator = 46; -
getUnmakeVectorOperatorBuilder
.xg.db.sqlPlans.UnmakeVectorOperator unmake_vector_operator = 46; -
getUnmakeVectorOperatorOrBuilder
.xg.db.sqlPlans.UnmakeVectorOperator unmake_vector_operator = 46;- Specified by:
getUnmakeVectorOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasMatrixExtendOperator
public boolean hasMatrixExtendOperator().xg.db.sqlPlans.MatrixExtendOperator matrix_extend_operator = 47;- Specified by:
hasMatrixExtendOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getMatrixExtendOperator
.xg.db.sqlPlans.MatrixExtendOperator matrix_extend_operator = 47;- Specified by:
getMatrixExtendOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setMatrixExtendOperator
public PlanProtocol.Operator.Builder setMatrixExtendOperator(PlanProtocol.MatrixExtendOperator value).xg.db.sqlPlans.MatrixExtendOperator matrix_extend_operator = 47; -
setMatrixExtendOperator
public PlanProtocol.Operator.Builder setMatrixExtendOperator(PlanProtocol.MatrixExtendOperator.Builder builderForValue).xg.db.sqlPlans.MatrixExtendOperator matrix_extend_operator = 47; -
mergeMatrixExtendOperator
public PlanProtocol.Operator.Builder mergeMatrixExtendOperator(PlanProtocol.MatrixExtendOperator value).xg.db.sqlPlans.MatrixExtendOperator matrix_extend_operator = 47; -
clearMatrixExtendOperator
.xg.db.sqlPlans.MatrixExtendOperator matrix_extend_operator = 47; -
getMatrixExtendOperatorBuilder
.xg.db.sqlPlans.MatrixExtendOperator matrix_extend_operator = 47; -
getMatrixExtendOperatorOrBuilder
.xg.db.sqlPlans.MatrixExtendOperator matrix_extend_operator = 47;- Specified by:
getMatrixExtendOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasTableScanOperator
public boolean hasTableScanOperator().xg.db.sqlPlans.TableScanOperator table_scan_operator = 48;- Specified by:
hasTableScanOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getTableScanOperator
.xg.db.sqlPlans.TableScanOperator table_scan_operator = 48;- Specified by:
getTableScanOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setTableScanOperator
.xg.db.sqlPlans.TableScanOperator table_scan_operator = 48; -
setTableScanOperator
public PlanProtocol.Operator.Builder setTableScanOperator(PlanProtocol.TableScanOperator.Builder builderForValue).xg.db.sqlPlans.TableScanOperator table_scan_operator = 48; -
mergeTableScanOperator
.xg.db.sqlPlans.TableScanOperator table_scan_operator = 48; -
clearTableScanOperator
.xg.db.sqlPlans.TableScanOperator table_scan_operator = 48; -
getTableScanOperatorBuilder
.xg.db.sqlPlans.TableScanOperator table_scan_operator = 48; -
getTableScanOperatorOrBuilder
.xg.db.sqlPlans.TableScanOperator table_scan_operator = 48;- Specified by:
getTableScanOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasIncrementingIntOperator
public boolean hasIncrementingIntOperator().xg.db.sqlPlans.IncrementingIntOperator incrementing_int_operator = 49;- Specified by:
hasIncrementingIntOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getIncrementingIntOperator
.xg.db.sqlPlans.IncrementingIntOperator incrementing_int_operator = 49;- Specified by:
getIncrementingIntOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setIncrementingIntOperator
public PlanProtocol.Operator.Builder setIncrementingIntOperator(PlanProtocol.IncrementingIntOperator value).xg.db.sqlPlans.IncrementingIntOperator incrementing_int_operator = 49; -
setIncrementingIntOperator
public PlanProtocol.Operator.Builder setIncrementingIntOperator(PlanProtocol.IncrementingIntOperator.Builder builderForValue).xg.db.sqlPlans.IncrementingIntOperator incrementing_int_operator = 49; -
mergeIncrementingIntOperator
public PlanProtocol.Operator.Builder mergeIncrementingIntOperator(PlanProtocol.IncrementingIntOperator value).xg.db.sqlPlans.IncrementingIntOperator incrementing_int_operator = 49; -
clearIncrementingIntOperator
.xg.db.sqlPlans.IncrementingIntOperator incrementing_int_operator = 49; -
getIncrementingIntOperatorBuilder
.xg.db.sqlPlans.IncrementingIntOperator incrementing_int_operator = 49; -
getIncrementingIntOperatorOrBuilder
.xg.db.sqlPlans.IncrementingIntOperator incrementing_int_operator = 49;- Specified by:
getIncrementingIntOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasGenerateOperator
public boolean hasGenerateOperator().xg.db.sqlPlans.GenerateOperator generate_operator = 50;- Specified by:
hasGenerateOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getGenerateOperator
.xg.db.sqlPlans.GenerateOperator generate_operator = 50;- Specified by:
getGenerateOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setGenerateOperator
.xg.db.sqlPlans.GenerateOperator generate_operator = 50; -
setGenerateOperator
public PlanProtocol.Operator.Builder setGenerateOperator(PlanProtocol.GenerateOperator.Builder builderForValue).xg.db.sqlPlans.GenerateOperator generate_operator = 50; -
mergeGenerateOperator
.xg.db.sqlPlans.GenerateOperator generate_operator = 50; -
clearGenerateOperator
.xg.db.sqlPlans.GenerateOperator generate_operator = 50; -
getGenerateOperatorBuilder
.xg.db.sqlPlans.GenerateOperator generate_operator = 50; -
getGenerateOperatorOrBuilder
.xg.db.sqlPlans.GenerateOperator generate_operator = 50;- Specified by:
getGenerateOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasSuperSelectOperator
public boolean hasSuperSelectOperator().xg.db.sqlPlans.SuperSelectOperator super_select_operator = 51;- Specified by:
hasSuperSelectOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getSuperSelectOperator
.xg.db.sqlPlans.SuperSelectOperator super_select_operator = 51;- Specified by:
getSuperSelectOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setSuperSelectOperator
public PlanProtocol.Operator.Builder setSuperSelectOperator(PlanProtocol.SuperSelectOperator value).xg.db.sqlPlans.SuperSelectOperator super_select_operator = 51; -
setSuperSelectOperator
public PlanProtocol.Operator.Builder setSuperSelectOperator(PlanProtocol.SuperSelectOperator.Builder builderForValue).xg.db.sqlPlans.SuperSelectOperator super_select_operator = 51; -
mergeSuperSelectOperator
public PlanProtocol.Operator.Builder mergeSuperSelectOperator(PlanProtocol.SuperSelectOperator value).xg.db.sqlPlans.SuperSelectOperator super_select_operator = 51; -
clearSuperSelectOperator
.xg.db.sqlPlans.SuperSelectOperator super_select_operator = 51; -
getSuperSelectOperatorBuilder
.xg.db.sqlPlans.SuperSelectOperator super_select_operator = 51; -
getSuperSelectOperatorOrBuilder
.xg.db.sqlPlans.SuperSelectOperator super_select_operator = 51;- Specified by:
getSuperSelectOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasQueriesVirtualOperator
public boolean hasQueriesVirtualOperator().xg.db.sqlPlans.QueriesVirtualOperator queries_virtual_operator = 52;- Specified by:
hasQueriesVirtualOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getQueriesVirtualOperator
.xg.db.sqlPlans.QueriesVirtualOperator queries_virtual_operator = 52;- Specified by:
getQueriesVirtualOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setQueriesVirtualOperator
public PlanProtocol.Operator.Builder setQueriesVirtualOperator(PlanProtocol.QueriesVirtualOperator value).xg.db.sqlPlans.QueriesVirtualOperator queries_virtual_operator = 52; -
setQueriesVirtualOperator
public PlanProtocol.Operator.Builder setQueriesVirtualOperator(PlanProtocol.QueriesVirtualOperator.Builder builderForValue).xg.db.sqlPlans.QueriesVirtualOperator queries_virtual_operator = 52; -
mergeQueriesVirtualOperator
public PlanProtocol.Operator.Builder mergeQueriesVirtualOperator(PlanProtocol.QueriesVirtualOperator value).xg.db.sqlPlans.QueriesVirtualOperator queries_virtual_operator = 52; -
clearQueriesVirtualOperator
.xg.db.sqlPlans.QueriesVirtualOperator queries_virtual_operator = 52; -
getQueriesVirtualOperatorBuilder
.xg.db.sqlPlans.QueriesVirtualOperator queries_virtual_operator = 52; -
getQueriesVirtualOperatorOrBuilder
.xg.db.sqlPlans.QueriesVirtualOperator queries_virtual_operator = 52;- Specified by:
getQueriesVirtualOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasRandomIntOperator
public boolean hasRandomIntOperator().xg.db.sqlPlans.RandomIntOperator random_int_operator = 53;- Specified by:
hasRandomIntOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getRandomIntOperator
.xg.db.sqlPlans.RandomIntOperator random_int_operator = 53;- Specified by:
getRandomIntOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setRandomIntOperator
.xg.db.sqlPlans.RandomIntOperator random_int_operator = 53; -
setRandomIntOperator
public PlanProtocol.Operator.Builder setRandomIntOperator(PlanProtocol.RandomIntOperator.Builder builderForValue).xg.db.sqlPlans.RandomIntOperator random_int_operator = 53; -
mergeRandomIntOperator
.xg.db.sqlPlans.RandomIntOperator random_int_operator = 53; -
clearRandomIntOperator
.xg.db.sqlPlans.RandomIntOperator random_int_operator = 53; -
getRandomIntOperatorBuilder
.xg.db.sqlPlans.RandomIntOperator random_int_operator = 53; -
getRandomIntOperatorOrBuilder
.xg.db.sqlPlans.RandomIntOperator random_int_operator = 53;- Specified by:
getRandomIntOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasColumnEmitterOperator
public boolean hasColumnEmitterOperator().xg.db.sqlPlans.ColumnEmitterOperator column_emitter_operator = 54;- Specified by:
hasColumnEmitterOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getColumnEmitterOperator
.xg.db.sqlPlans.ColumnEmitterOperator column_emitter_operator = 54;- Specified by:
getColumnEmitterOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setColumnEmitterOperator
public PlanProtocol.Operator.Builder setColumnEmitterOperator(PlanProtocol.ColumnEmitterOperator value).xg.db.sqlPlans.ColumnEmitterOperator column_emitter_operator = 54; -
setColumnEmitterOperator
public PlanProtocol.Operator.Builder setColumnEmitterOperator(PlanProtocol.ColumnEmitterOperator.Builder builderForValue).xg.db.sqlPlans.ColumnEmitterOperator column_emitter_operator = 54; -
mergeColumnEmitterOperator
public PlanProtocol.Operator.Builder mergeColumnEmitterOperator(PlanProtocol.ColumnEmitterOperator value).xg.db.sqlPlans.ColumnEmitterOperator column_emitter_operator = 54; -
clearColumnEmitterOperator
.xg.db.sqlPlans.ColumnEmitterOperator column_emitter_operator = 54; -
getColumnEmitterOperatorBuilder
.xg.db.sqlPlans.ColumnEmitterOperator column_emitter_operator = 54; -
getColumnEmitterOperatorOrBuilder
.xg.db.sqlPlans.ColumnEmitterOperator column_emitter_operator = 54;- Specified by:
getColumnEmitterOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasUnionOperator
public boolean hasUnionOperator().xg.db.sqlPlans.UnionOperator union_operator = 55;- Specified by:
hasUnionOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getUnionOperator
.xg.db.sqlPlans.UnionOperator union_operator = 55;- Specified by:
getUnionOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setUnionOperator
.xg.db.sqlPlans.UnionOperator union_operator = 55; -
setUnionOperator
public PlanProtocol.Operator.Builder setUnionOperator(PlanProtocol.UnionOperator.Builder builderForValue).xg.db.sqlPlans.UnionOperator union_operator = 55; -
mergeUnionOperator
.xg.db.sqlPlans.UnionOperator union_operator = 55; -
clearUnionOperator
.xg.db.sqlPlans.UnionOperator union_operator = 55; -
getUnionOperatorBuilder
.xg.db.sqlPlans.UnionOperator union_operator = 55; -
getUnionOperatorOrBuilder
.xg.db.sqlPlans.UnionOperator union_operator = 55;- Specified by:
getUnionOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasIntersectOperator
public boolean hasIntersectOperator().xg.db.sqlPlans.IntersectOperator intersect_operator = 56;- Specified by:
hasIntersectOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getIntersectOperator
.xg.db.sqlPlans.IntersectOperator intersect_operator = 56;- Specified by:
getIntersectOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setIntersectOperator
.xg.db.sqlPlans.IntersectOperator intersect_operator = 56; -
setIntersectOperator
public PlanProtocol.Operator.Builder setIntersectOperator(PlanProtocol.IntersectOperator.Builder builderForValue).xg.db.sqlPlans.IntersectOperator intersect_operator = 56; -
mergeIntersectOperator
.xg.db.sqlPlans.IntersectOperator intersect_operator = 56; -
clearIntersectOperator
.xg.db.sqlPlans.IntersectOperator intersect_operator = 56; -
getIntersectOperatorBuilder
.xg.db.sqlPlans.IntersectOperator intersect_operator = 56; -
getIntersectOperatorOrBuilder
.xg.db.sqlPlans.IntersectOperator intersect_operator = 56;- Specified by:
getIntersectOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasExceptOperator
public boolean hasExceptOperator().xg.db.sqlPlans.ExceptOperator except_operator = 57;- Specified by:
hasExceptOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getExceptOperator
.xg.db.sqlPlans.ExceptOperator except_operator = 57;- Specified by:
getExceptOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setExceptOperator
.xg.db.sqlPlans.ExceptOperator except_operator = 57; -
setExceptOperator
public PlanProtocol.Operator.Builder setExceptOperator(PlanProtocol.ExceptOperator.Builder builderForValue).xg.db.sqlPlans.ExceptOperator except_operator = 57; -
mergeExceptOperator
.xg.db.sqlPlans.ExceptOperator except_operator = 57; -
clearExceptOperator
.xg.db.sqlPlans.ExceptOperator except_operator = 57; -
getExceptOperatorBuilder
.xg.db.sqlPlans.ExceptOperator except_operator = 57; -
getExceptOperatorOrBuilder
.xg.db.sqlPlans.ExceptOperator except_operator = 57;- Specified by:
getExceptOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasSwitchOperator
public boolean hasSwitchOperator().xg.db.sqlPlans.SwitchOperator switch_operator = 58;- Specified by:
hasSwitchOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getSwitchOperator
.xg.db.sqlPlans.SwitchOperator switch_operator = 58;- Specified by:
getSwitchOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setSwitchOperator
.xg.db.sqlPlans.SwitchOperator switch_operator = 58; -
setSwitchOperator
public PlanProtocol.Operator.Builder setSwitchOperator(PlanProtocol.SwitchOperator.Builder builderForValue).xg.db.sqlPlans.SwitchOperator switch_operator = 58; -
mergeSwitchOperator
.xg.db.sqlPlans.SwitchOperator switch_operator = 58; -
clearSwitchOperator
.xg.db.sqlPlans.SwitchOperator switch_operator = 58; -
getSwitchOperatorBuilder
.xg.db.sqlPlans.SwitchOperator switch_operator = 58; -
getSwitchOperatorOrBuilder
.xg.db.sqlPlans.SwitchOperator switch_operator = 58;- Specified by:
getSwitchOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasProductOperator
public boolean hasProductOperator().xg.db.sqlPlans.ProductOperator product_operator = 59;- Specified by:
hasProductOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getProductOperator
.xg.db.sqlPlans.ProductOperator product_operator = 59;- Specified by:
getProductOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setProductOperator
.xg.db.sqlPlans.ProductOperator product_operator = 59; -
setProductOperator
public PlanProtocol.Operator.Builder setProductOperator(PlanProtocol.ProductOperator.Builder builderForValue).xg.db.sqlPlans.ProductOperator product_operator = 59; -
mergeProductOperator
.xg.db.sqlPlans.ProductOperator product_operator = 59; -
clearProductOperator
.xg.db.sqlPlans.ProductOperator product_operator = 59; -
getProductOperatorBuilder
.xg.db.sqlPlans.ProductOperator product_operator = 59; -
getProductOperatorOrBuilder
.xg.db.sqlPlans.ProductOperator product_operator = 59;- Specified by:
getProductOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasHashJoinOperator
public boolean hasHashJoinOperator().xg.db.sqlPlans.HashJoinOperator hash_join_operator = 60;- Specified by:
hasHashJoinOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getHashJoinOperator
.xg.db.sqlPlans.HashJoinOperator hash_join_operator = 60;- Specified by:
getHashJoinOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setHashJoinOperator
.xg.db.sqlPlans.HashJoinOperator hash_join_operator = 60; -
setHashJoinOperator
public PlanProtocol.Operator.Builder setHashJoinOperator(PlanProtocol.HashJoinOperator.Builder builderForValue).xg.db.sqlPlans.HashJoinOperator hash_join_operator = 60; -
mergeHashJoinOperator
.xg.db.sqlPlans.HashJoinOperator hash_join_operator = 60; -
clearHashJoinOperator
.xg.db.sqlPlans.HashJoinOperator hash_join_operator = 60; -
getHashJoinOperatorBuilder
.xg.db.sqlPlans.HashJoinOperator hash_join_operator = 60; -
getHashJoinOperatorOrBuilder
.xg.db.sqlPlans.HashJoinOperator hash_join_operator = 60;- Specified by:
getHashJoinOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasEosOperator
public boolean hasEosOperator().xg.db.sqlPlans.EosOperator eos_operator = 61;- Specified by:
hasEosOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getEosOperator
.xg.db.sqlPlans.EosOperator eos_operator = 61;- Specified by:
getEosOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setEosOperator
.xg.db.sqlPlans.EosOperator eos_operator = 61; -
setEosOperator
public PlanProtocol.Operator.Builder setEosOperator(PlanProtocol.EosOperator.Builder builderForValue).xg.db.sqlPlans.EosOperator eos_operator = 61; -
mergeEosOperator
.xg.db.sqlPlans.EosOperator eos_operator = 61; -
clearEosOperator
.xg.db.sqlPlans.EosOperator eos_operator = 61; -
getEosOperatorBuilder
.xg.db.sqlPlans.EosOperator eos_operator = 61; -
getEosOperatorOrBuilder
.xg.db.sqlPlans.EosOperator eos_operator = 61;- Specified by:
getEosOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasTeeOperator
public boolean hasTeeOperator().xg.db.sqlPlans.TeeOperator tee_operator = 62;- Specified by:
hasTeeOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getTeeOperator
.xg.db.sqlPlans.TeeOperator tee_operator = 62;- Specified by:
getTeeOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setTeeOperator
.xg.db.sqlPlans.TeeOperator tee_operator = 62; -
setTeeOperator
public PlanProtocol.Operator.Builder setTeeOperator(PlanProtocol.TeeOperator.Builder builderForValue).xg.db.sqlPlans.TeeOperator tee_operator = 62; -
mergeTeeOperator
.xg.db.sqlPlans.TeeOperator tee_operator = 62; -
clearTeeOperator
.xg.db.sqlPlans.TeeOperator tee_operator = 62; -
getTeeOperatorBuilder
.xg.db.sqlPlans.TeeOperator tee_operator = 62; -
getTeeOperatorOrBuilder
.xg.db.sqlPlans.TeeOperator tee_operator = 62;- Specified by:
getTeeOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasShuffleOperator
public boolean hasShuffleOperator().xg.db.sqlPlans.ShuffleOperator shuffle_operator = 63;- Specified by:
hasShuffleOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getShuffleOperator
.xg.db.sqlPlans.ShuffleOperator shuffle_operator = 63;- Specified by:
getShuffleOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setShuffleOperator
.xg.db.sqlPlans.ShuffleOperator shuffle_operator = 63; -
setShuffleOperator
public PlanProtocol.Operator.Builder setShuffleOperator(PlanProtocol.ShuffleOperator.Builder builderForValue).xg.db.sqlPlans.ShuffleOperator shuffle_operator = 63; -
mergeShuffleOperator
.xg.db.sqlPlans.ShuffleOperator shuffle_operator = 63; -
clearShuffleOperator
.xg.db.sqlPlans.ShuffleOperator shuffle_operator = 63; -
getShuffleOperatorBuilder
.xg.db.sqlPlans.ShuffleOperator shuffle_operator = 63; -
getShuffleOperatorOrBuilder
.xg.db.sqlPlans.ShuffleOperator shuffle_operator = 63;- Specified by:
getShuffleOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasBroadcastOperator
public boolean hasBroadcastOperator().xg.db.sqlPlans.BroadcastOperator broadcast_operator = 64;- Specified by:
hasBroadcastOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getBroadcastOperator
.xg.db.sqlPlans.BroadcastOperator broadcast_operator = 64;- Specified by:
getBroadcastOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setBroadcastOperator
.xg.db.sqlPlans.BroadcastOperator broadcast_operator = 64; -
setBroadcastOperator
public PlanProtocol.Operator.Builder setBroadcastOperator(PlanProtocol.BroadcastOperator.Builder builderForValue).xg.db.sqlPlans.BroadcastOperator broadcast_operator = 64; -
mergeBroadcastOperator
.xg.db.sqlPlans.BroadcastOperator broadcast_operator = 64; -
clearBroadcastOperator
.xg.db.sqlPlans.BroadcastOperator broadcast_operator = 64; -
getBroadcastOperatorBuilder
.xg.db.sqlPlans.BroadcastOperator broadcast_operator = 64; -
getBroadcastOperatorOrBuilder
.xg.db.sqlPlans.BroadcastOperator broadcast_operator = 64;- Specified by:
getBroadcastOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasWindowOperator
public boolean hasWindowOperator().xg.db.sqlPlans.WindowOperator window_operator = 65;- Specified by:
hasWindowOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getWindowOperator
.xg.db.sqlPlans.WindowOperator window_operator = 65;- Specified by:
getWindowOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setWindowOperator
.xg.db.sqlPlans.WindowOperator window_operator = 65; -
setWindowOperator
public PlanProtocol.Operator.Builder setWindowOperator(PlanProtocol.WindowOperator.Builder builderForValue).xg.db.sqlPlans.WindowOperator window_operator = 65; -
mergeWindowOperator
.xg.db.sqlPlans.WindowOperator window_operator = 65; -
clearWindowOperator
.xg.db.sqlPlans.WindowOperator window_operator = 65; -
getWindowOperatorBuilder
.xg.db.sqlPlans.WindowOperator window_operator = 65; -
getWindowOperatorOrBuilder
.xg.db.sqlPlans.WindowOperator window_operator = 65;- Specified by:
getWindowOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasErrorOperator
public boolean hasErrorOperator().xg.db.sqlPlans.ErrorOperator error_operator = 66;- Specified by:
hasErrorOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getErrorOperator
.xg.db.sqlPlans.ErrorOperator error_operator = 66;- Specified by:
getErrorOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setErrorOperator
.xg.db.sqlPlans.ErrorOperator error_operator = 66; -
setErrorOperator
public PlanProtocol.Operator.Builder setErrorOperator(PlanProtocol.ErrorOperator.Builder builderForValue).xg.db.sqlPlans.ErrorOperator error_operator = 66; -
mergeErrorOperator
.xg.db.sqlPlans.ErrorOperator error_operator = 66; -
clearErrorOperator
.xg.db.sqlPlans.ErrorOperator error_operator = 66; -
getErrorOperatorBuilder
.xg.db.sqlPlans.ErrorOperator error_operator = 66; -
getErrorOperatorOrBuilder
.xg.db.sqlPlans.ErrorOperator error_operator = 66;- Specified by:
getErrorOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasIndexAggOperator
public boolean hasIndexAggOperator().xg.db.sqlPlans.IndexAggOperator index_agg_operator = 67;- Specified by:
hasIndexAggOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getIndexAggOperator
.xg.db.sqlPlans.IndexAggOperator index_agg_operator = 67;- Specified by:
getIndexAggOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setIndexAggOperator
.xg.db.sqlPlans.IndexAggOperator index_agg_operator = 67; -
setIndexAggOperator
public PlanProtocol.Operator.Builder setIndexAggOperator(PlanProtocol.IndexAggOperator.Builder builderForValue).xg.db.sqlPlans.IndexAggOperator index_agg_operator = 67; -
mergeIndexAggOperator
.xg.db.sqlPlans.IndexAggOperator index_agg_operator = 67; -
clearIndexAggOperator
.xg.db.sqlPlans.IndexAggOperator index_agg_operator = 67; -
getIndexAggOperatorBuilder
.xg.db.sqlPlans.IndexAggOperator index_agg_operator = 67; -
getIndexAggOperatorOrBuilder
.xg.db.sqlPlans.IndexAggOperator index_agg_operator = 67;- Specified by:
getIndexAggOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasOrderedAggOperator
public boolean hasOrderedAggOperator().xg.db.sqlPlans.OrderedAggOperator ordered_agg_operator = 68;- Specified by:
hasOrderedAggOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getOrderedAggOperator
.xg.db.sqlPlans.OrderedAggOperator ordered_agg_operator = 68;- Specified by:
getOrderedAggOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setOrderedAggOperator
.xg.db.sqlPlans.OrderedAggOperator ordered_agg_operator = 68; -
setOrderedAggOperator
public PlanProtocol.Operator.Builder setOrderedAggOperator(PlanProtocol.OrderedAggOperator.Builder builderForValue).xg.db.sqlPlans.OrderedAggOperator ordered_agg_operator = 68; -
mergeOrderedAggOperator
public PlanProtocol.Operator.Builder mergeOrderedAggOperator(PlanProtocol.OrderedAggOperator value).xg.db.sqlPlans.OrderedAggOperator ordered_agg_operator = 68; -
clearOrderedAggOperator
.xg.db.sqlPlans.OrderedAggOperator ordered_agg_operator = 68; -
getOrderedAggOperatorBuilder
.xg.db.sqlPlans.OrderedAggOperator ordered_agg_operator = 68; -
getOrderedAggOperatorOrBuilder
.xg.db.sqlPlans.OrderedAggOperator ordered_agg_operator = 68;- Specified by:
getOrderedAggOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasIndexDistinctOperator
public boolean hasIndexDistinctOperator().xg.db.sqlPlans.IndexDistinctOperator index_distinct_operator = 69;- Specified by:
hasIndexDistinctOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getIndexDistinctOperator
.xg.db.sqlPlans.IndexDistinctOperator index_distinct_operator = 69;- Specified by:
getIndexDistinctOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setIndexDistinctOperator
public PlanProtocol.Operator.Builder setIndexDistinctOperator(PlanProtocol.IndexDistinctOperator value).xg.db.sqlPlans.IndexDistinctOperator index_distinct_operator = 69; -
setIndexDistinctOperator
public PlanProtocol.Operator.Builder setIndexDistinctOperator(PlanProtocol.IndexDistinctOperator.Builder builderForValue).xg.db.sqlPlans.IndexDistinctOperator index_distinct_operator = 69; -
mergeIndexDistinctOperator
public PlanProtocol.Operator.Builder mergeIndexDistinctOperator(PlanProtocol.IndexDistinctOperator value).xg.db.sqlPlans.IndexDistinctOperator index_distinct_operator = 69; -
clearIndexDistinctOperator
.xg.db.sqlPlans.IndexDistinctOperator index_distinct_operator = 69; -
getIndexDistinctOperatorBuilder
.xg.db.sqlPlans.IndexDistinctOperator index_distinct_operator = 69; -
getIndexDistinctOperatorOrBuilder
.xg.db.sqlPlans.IndexDistinctOperator index_distinct_operator = 69;- Specified by:
getIndexDistinctOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasOrderedDistinctOperator
public boolean hasOrderedDistinctOperator().xg.db.sqlPlans.OrderedDistinctOperator ordered_distinct_operator = 70;- Specified by:
hasOrderedDistinctOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getOrderedDistinctOperator
.xg.db.sqlPlans.OrderedDistinctOperator ordered_distinct_operator = 70;- Specified by:
getOrderedDistinctOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setOrderedDistinctOperator
public PlanProtocol.Operator.Builder setOrderedDistinctOperator(PlanProtocol.OrderedDistinctOperator value).xg.db.sqlPlans.OrderedDistinctOperator ordered_distinct_operator = 70; -
setOrderedDistinctOperator
public PlanProtocol.Operator.Builder setOrderedDistinctOperator(PlanProtocol.OrderedDistinctOperator.Builder builderForValue).xg.db.sqlPlans.OrderedDistinctOperator ordered_distinct_operator = 70; -
mergeOrderedDistinctOperator
public PlanProtocol.Operator.Builder mergeOrderedDistinctOperator(PlanProtocol.OrderedDistinctOperator value).xg.db.sqlPlans.OrderedDistinctOperator ordered_distinct_operator = 70; -
clearOrderedDistinctOperator
.xg.db.sqlPlans.OrderedDistinctOperator ordered_distinct_operator = 70; -
getOrderedDistinctOperatorBuilder
.xg.db.sqlPlans.OrderedDistinctOperator ordered_distinct_operator = 70; -
getOrderedDistinctOperatorOrBuilder
.xg.db.sqlPlans.OrderedDistinctOperator ordered_distinct_operator = 70;- Specified by:
getOrderedDistinctOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasIncrementingBigintOperator
public boolean hasIncrementingBigintOperator().xg.db.sqlPlans.IncrementingBigIntOperator incrementing_bigint_operator = 71;- Specified by:
hasIncrementingBigintOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getIncrementingBigintOperator
.xg.db.sqlPlans.IncrementingBigIntOperator incrementing_bigint_operator = 71;- Specified by:
getIncrementingBigintOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setIncrementingBigintOperator
public PlanProtocol.Operator.Builder setIncrementingBigintOperator(PlanProtocol.IncrementingBigIntOperator value).xg.db.sqlPlans.IncrementingBigIntOperator incrementing_bigint_operator = 71; -
setIncrementingBigintOperator
public PlanProtocol.Operator.Builder setIncrementingBigintOperator(PlanProtocol.IncrementingBigIntOperator.Builder builderForValue).xg.db.sqlPlans.IncrementingBigIntOperator incrementing_bigint_operator = 71; -
mergeIncrementingBigintOperator
public PlanProtocol.Operator.Builder mergeIncrementingBigintOperator(PlanProtocol.IncrementingBigIntOperator value).xg.db.sqlPlans.IncrementingBigIntOperator incrementing_bigint_operator = 71; -
clearIncrementingBigintOperator
.xg.db.sqlPlans.IncrementingBigIntOperator incrementing_bigint_operator = 71; -
getIncrementingBigintOperatorBuilder
.xg.db.sqlPlans.IncrementingBigIntOperator incrementing_bigint_operator = 71; -
getIncrementingBigintOperatorOrBuilder
.xg.db.sqlPlans.IncrementingBigIntOperator incrementing_bigint_operator = 71;- Specified by:
getIncrementingBigintOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasIndexCountStarOperator
public boolean hasIndexCountStarOperator().xg.db.sqlPlans.IndexCountStarOperator index_count_star_operator = 72;- Specified by:
hasIndexCountStarOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getIndexCountStarOperator
.xg.db.sqlPlans.IndexCountStarOperator index_count_star_operator = 72;- Specified by:
getIndexCountStarOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setIndexCountStarOperator
public PlanProtocol.Operator.Builder setIndexCountStarOperator(PlanProtocol.IndexCountStarOperator value).xg.db.sqlPlans.IndexCountStarOperator index_count_star_operator = 72; -
setIndexCountStarOperator
public PlanProtocol.Operator.Builder setIndexCountStarOperator(PlanProtocol.IndexCountStarOperator.Builder builderForValue).xg.db.sqlPlans.IndexCountStarOperator index_count_star_operator = 72; -
mergeIndexCountStarOperator
public PlanProtocol.Operator.Builder mergeIndexCountStarOperator(PlanProtocol.IndexCountStarOperator value).xg.db.sqlPlans.IndexCountStarOperator index_count_star_operator = 72; -
clearIndexCountStarOperator
.xg.db.sqlPlans.IndexCountStarOperator index_count_star_operator = 72; -
getIndexCountStarOperatorBuilder
.xg.db.sqlPlans.IndexCountStarOperator index_count_star_operator = 72; -
getIndexCountStarOperatorOrBuilder
.xg.db.sqlPlans.IndexCountStarOperator index_count_star_operator = 72;- Specified by:
getIndexCountStarOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasGdcLookupOperator
public boolean hasGdcLookupOperator().xg.db.sqlPlans.GdcLookupOperator gdc_lookup_operator = 73;- Specified by:
hasGdcLookupOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getGdcLookupOperator
.xg.db.sqlPlans.GdcLookupOperator gdc_lookup_operator = 73;- Specified by:
getGdcLookupOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setGdcLookupOperator
.xg.db.sqlPlans.GdcLookupOperator gdc_lookup_operator = 73; -
setGdcLookupOperator
public PlanProtocol.Operator.Builder setGdcLookupOperator(PlanProtocol.GdcLookupOperator.Builder builderForValue).xg.db.sqlPlans.GdcLookupOperator gdc_lookup_operator = 73; -
mergeGdcLookupOperator
.xg.db.sqlPlans.GdcLookupOperator gdc_lookup_operator = 73; -
clearGdcLookupOperator
.xg.db.sqlPlans.GdcLookupOperator gdc_lookup_operator = 73; -
getGdcLookupOperatorBuilder
.xg.db.sqlPlans.GdcLookupOperator gdc_lookup_operator = 73; -
getGdcLookupOperatorOrBuilder
.xg.db.sqlPlans.GdcLookupOperator gdc_lookup_operator = 73;- Specified by:
getGdcLookupOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasReferenceOperator
public boolean hasReferenceOperator().xg.db.sqlPlans.ReferenceOperator reference_operator = 74;- Specified by:
hasReferenceOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getReferenceOperator
.xg.db.sqlPlans.ReferenceOperator reference_operator = 74;- Specified by:
getReferenceOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setReferenceOperator
.xg.db.sqlPlans.ReferenceOperator reference_operator = 74; -
setReferenceOperator
public PlanProtocol.Operator.Builder setReferenceOperator(PlanProtocol.ReferenceOperator.Builder builderForValue).xg.db.sqlPlans.ReferenceOperator reference_operator = 74; -
mergeReferenceOperator
.xg.db.sqlPlans.ReferenceOperator reference_operator = 74; -
clearReferenceOperator
.xg.db.sqlPlans.ReferenceOperator reference_operator = 74; -
getReferenceOperatorBuilder
.xg.db.sqlPlans.ReferenceOperator reference_operator = 74; -
getReferenceOperatorOrBuilder
.xg.db.sqlPlans.ReferenceOperator reference_operator = 74;- Specified by:
getReferenceOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasModifySchemaOperator
public boolean hasModifySchemaOperator().xg.db.sqlPlans.ModifySchemaOperator modify_schema_operator = 75;- Specified by:
hasModifySchemaOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getModifySchemaOperator
.xg.db.sqlPlans.ModifySchemaOperator modify_schema_operator = 75;- Specified by:
getModifySchemaOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setModifySchemaOperator
public PlanProtocol.Operator.Builder setModifySchemaOperator(PlanProtocol.ModifySchemaOperator value).xg.db.sqlPlans.ModifySchemaOperator modify_schema_operator = 75; -
setModifySchemaOperator
public PlanProtocol.Operator.Builder setModifySchemaOperator(PlanProtocol.ModifySchemaOperator.Builder builderForValue).xg.db.sqlPlans.ModifySchemaOperator modify_schema_operator = 75; -
mergeModifySchemaOperator
public PlanProtocol.Operator.Builder mergeModifySchemaOperator(PlanProtocol.ModifySchemaOperator value).xg.db.sqlPlans.ModifySchemaOperator modify_schema_operator = 75; -
clearModifySchemaOperator
.xg.db.sqlPlans.ModifySchemaOperator modify_schema_operator = 75; -
getModifySchemaOperatorBuilder
.xg.db.sqlPlans.ModifySchemaOperator modify_schema_operator = 75; -
getModifySchemaOperatorOrBuilder
.xg.db.sqlPlans.ModifySchemaOperator modify_schema_operator = 75;- Specified by:
getModifySchemaOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasSystemConfigurationVirtualOperator
public boolean hasSystemConfigurationVirtualOperator().xg.db.sqlPlans.SystemConfigurationVirtualOperator system_configuration_virtual_operator = 76;- Specified by:
hasSystemConfigurationVirtualOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getSystemConfigurationVirtualOperator
.xg.db.sqlPlans.SystemConfigurationVirtualOperator system_configuration_virtual_operator = 76;- Specified by:
getSystemConfigurationVirtualOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setSystemConfigurationVirtualOperator
public PlanProtocol.Operator.Builder setSystemConfigurationVirtualOperator(PlanProtocol.SystemConfigurationVirtualOperator value).xg.db.sqlPlans.SystemConfigurationVirtualOperator system_configuration_virtual_operator = 76; -
setSystemConfigurationVirtualOperator
public PlanProtocol.Operator.Builder setSystemConfigurationVirtualOperator(PlanProtocol.SystemConfigurationVirtualOperator.Builder builderForValue).xg.db.sqlPlans.SystemConfigurationVirtualOperator system_configuration_virtual_operator = 76; -
mergeSystemConfigurationVirtualOperator
public PlanProtocol.Operator.Builder mergeSystemConfigurationVirtualOperator(PlanProtocol.SystemConfigurationVirtualOperator value).xg.db.sqlPlans.SystemConfigurationVirtualOperator system_configuration_virtual_operator = 76; -
clearSystemConfigurationVirtualOperator
.xg.db.sqlPlans.SystemConfigurationVirtualOperator system_configuration_virtual_operator = 76; -
getSystemConfigurationVirtualOperatorBuilder
public PlanProtocol.SystemConfigurationVirtualOperator.Builder getSystemConfigurationVirtualOperatorBuilder().xg.db.sqlPlans.SystemConfigurationVirtualOperator system_configuration_virtual_operator = 76; -
getSystemConfigurationVirtualOperatorOrBuilder
public PlanProtocol.SystemConfigurationVirtualOperatorOrBuilder getSystemConfigurationVirtualOperatorOrBuilder().xg.db.sqlPlans.SystemConfigurationVirtualOperator system_configuration_virtual_operator = 76;- Specified by:
getSystemConfigurationVirtualOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasTableCardVirtualOperator
public boolean hasTableCardVirtualOperator().xg.db.sqlPlans.TableCardVirtualOperator table_card_virtual_operator = 77;- Specified by:
hasTableCardVirtualOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getTableCardVirtualOperator
.xg.db.sqlPlans.TableCardVirtualOperator table_card_virtual_operator = 77;- Specified by:
getTableCardVirtualOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setTableCardVirtualOperator
public PlanProtocol.Operator.Builder setTableCardVirtualOperator(PlanProtocol.TableCardVirtualOperator value).xg.db.sqlPlans.TableCardVirtualOperator table_card_virtual_operator = 77; -
setTableCardVirtualOperator
public PlanProtocol.Operator.Builder setTableCardVirtualOperator(PlanProtocol.TableCardVirtualOperator.Builder builderForValue).xg.db.sqlPlans.TableCardVirtualOperator table_card_virtual_operator = 77; -
mergeTableCardVirtualOperator
public PlanProtocol.Operator.Builder mergeTableCardVirtualOperator(PlanProtocol.TableCardVirtualOperator value).xg.db.sqlPlans.TableCardVirtualOperator table_card_virtual_operator = 77; -
clearTableCardVirtualOperator
.xg.db.sqlPlans.TableCardVirtualOperator table_card_virtual_operator = 77; -
getTableCardVirtualOperatorBuilder
.xg.db.sqlPlans.TableCardVirtualOperator table_card_virtual_operator = 77; -
getTableCardVirtualOperatorOrBuilder
.xg.db.sqlPlans.TableCardVirtualOperator table_card_virtual_operator = 77;- Specified by:
getTableCardVirtualOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasColCardVirtualOperator
public boolean hasColCardVirtualOperator().xg.db.sqlPlans.ColCardVirtualOperator col_card_virtual_operator = 78;- Specified by:
hasColCardVirtualOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getColCardVirtualOperator
.xg.db.sqlPlans.ColCardVirtualOperator col_card_virtual_operator = 78;- Specified by:
getColCardVirtualOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setColCardVirtualOperator
public PlanProtocol.Operator.Builder setColCardVirtualOperator(PlanProtocol.ColCardVirtualOperator value).xg.db.sqlPlans.ColCardVirtualOperator col_card_virtual_operator = 78; -
setColCardVirtualOperator
public PlanProtocol.Operator.Builder setColCardVirtualOperator(PlanProtocol.ColCardVirtualOperator.Builder builderForValue).xg.db.sqlPlans.ColCardVirtualOperator col_card_virtual_operator = 78; -
mergeColCardVirtualOperator
public PlanProtocol.Operator.Builder mergeColCardVirtualOperator(PlanProtocol.ColCardVirtualOperator value).xg.db.sqlPlans.ColCardVirtualOperator col_card_virtual_operator = 78; -
clearColCardVirtualOperator
.xg.db.sqlPlans.ColCardVirtualOperator col_card_virtual_operator = 78; -
getColCardVirtualOperatorBuilder
.xg.db.sqlPlans.ColCardVirtualOperator col_card_virtual_operator = 78; -
getColCardVirtualOperatorOrBuilder
.xg.db.sqlPlans.ColCardVirtualOperator col_card_virtual_operator = 78;- Specified by:
getColCardVirtualOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasAvgColSizeVirtualOperator
public boolean hasAvgColSizeVirtualOperator().xg.db.sqlPlans.AvgColSizeVirtualOperator avg_col_size_virtual_operator = 79;- Specified by:
hasAvgColSizeVirtualOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getAvgColSizeVirtualOperator
.xg.db.sqlPlans.AvgColSizeVirtualOperator avg_col_size_virtual_operator = 79;- Specified by:
getAvgColSizeVirtualOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setAvgColSizeVirtualOperator
public PlanProtocol.Operator.Builder setAvgColSizeVirtualOperator(PlanProtocol.AvgColSizeVirtualOperator value).xg.db.sqlPlans.AvgColSizeVirtualOperator avg_col_size_virtual_operator = 79; -
setAvgColSizeVirtualOperator
public PlanProtocol.Operator.Builder setAvgColSizeVirtualOperator(PlanProtocol.AvgColSizeVirtualOperator.Builder builderForValue).xg.db.sqlPlans.AvgColSizeVirtualOperator avg_col_size_virtual_operator = 79; -
mergeAvgColSizeVirtualOperator
public PlanProtocol.Operator.Builder mergeAvgColSizeVirtualOperator(PlanProtocol.AvgColSizeVirtualOperator value).xg.db.sqlPlans.AvgColSizeVirtualOperator avg_col_size_virtual_operator = 79; -
clearAvgColSizeVirtualOperator
.xg.db.sqlPlans.AvgColSizeVirtualOperator avg_col_size_virtual_operator = 79; -
getAvgColSizeVirtualOperatorBuilder
.xg.db.sqlPlans.AvgColSizeVirtualOperator avg_col_size_virtual_operator = 79; -
getAvgColSizeVirtualOperatorOrBuilder
.xg.db.sqlPlans.AvgColSizeVirtualOperator avg_col_size_virtual_operator = 79;- Specified by:
getAvgColSizeVirtualOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
hasColDistVirtualOperator
public boolean hasColDistVirtualOperator().xg.db.sqlPlans.ColDistVirtualOperator col_dist_virtual_operator = 80;- Specified by:
hasColDistVirtualOperatorin interfacePlanProtocol.OperatorOrBuilder
-
getColDistVirtualOperator
.xg.db.sqlPlans.ColDistVirtualOperator col_dist_virtual_operator = 80;- Specified by:
getColDistVirtualOperatorin interfacePlanProtocol.OperatorOrBuilder
-
setColDistVirtualOperator
public PlanProtocol.Operator.Builder setColDistVirtualOperator(PlanProtocol.ColDistVirtualOperator value).xg.db.sqlPlans.ColDistVirtualOperator col_dist_virtual_operator = 80; -
setColDistVirtualOperator
public PlanProtocol.Operator.Builder setColDistVirtualOperator(PlanProtocol.ColDistVirtualOperator.Builder builderForValue).xg.db.sqlPlans.ColDistVirtualOperator col_dist_virtual_operator = 80; -
mergeColDistVirtualOperator
public PlanProtocol.Operator.Builder mergeColDistVirtualOperator(PlanProtocol.ColDistVirtualOperator value).xg.db.sqlPlans.ColDistVirtualOperator col_dist_virtual_operator = 80; -
clearColDistVirtualOperator
.xg.db.sqlPlans.ColDistVirtualOperator col_dist_virtual_operator = 80; -
getColDistVirtualOperatorBuilder
.xg.db.sqlPlans.ColDistVirtualOperator col_dist_virtual_operator = 80; -
getColDistVirtualOperatorOrBuilder
.xg.db.sqlPlans.ColDistVirtualOperator col_dist_virtual_operator = 80;- Specified by:
getColDistVirtualOperatorOrBuilderin interfacePlanProtocol.OperatorOrBuilder
-
getTestoomflagsList
Vector of OOM flags for testing
repeated uint64 testoomflags = 200;- Specified by:
getTestoomflagsListin interfacePlanProtocol.OperatorOrBuilder
-
getTestoomflagsCount
public int getTestoomflagsCount()Vector of OOM flags for testing
repeated uint64 testoomflags = 200;- Specified by:
getTestoomflagsCountin interfacePlanProtocol.OperatorOrBuilder
-
getTestoomflags
public long getTestoomflags(int index)Vector of OOM flags for testing
repeated uint64 testoomflags = 200;- Specified by:
getTestoomflagsin interfacePlanProtocol.OperatorOrBuilder
-
setTestoomflags
Vector of OOM flags for testing
repeated uint64 testoomflags = 200; -
addTestoomflags
Vector of OOM flags for testing
repeated uint64 testoomflags = 200; -
addAllTestoomflags
Vector of OOM flags for testing
repeated uint64 testoomflags = 200; -
clearTestoomflags
Vector of OOM flags for testing
repeated uint64 testoomflags = 200; -
setUnknownFields
public final PlanProtocol.Operator.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.Operator.Builder>
-
mergeUnknownFields
public final PlanProtocol.Operator.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.Operator.Builder>
-