Package com.ocient.jdbc.proto
Class PlanProtocol.OrderedAggOperator.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.OrderedAggOperator.Builder>
com.ocient.jdbc.proto.PlanProtocol.OrderedAggOperator.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,PlanProtocol.OrderedAggOperatorOrBuilder,Cloneable
- Enclosing class:
- PlanProtocol.OrderedAggOperator
public static final class PlanProtocol.OrderedAggOperator.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.OrderedAggOperator.Builder> implements PlanProtocol.OrderedAggOperatorOrBuilder
Protobuf type
xg.db.sqlPlans.OrderedAggOperator-
Method Summary
Modifier and Type Method Description PlanProtocol.OrderedAggOperator.BuilderaddAllInputCols(Iterable<String> values)The columns to perform each aggregation on In the same order as ops (and same size) AGG_OP_COUNT_STAR has no input - so a value in that position is garbagePlanProtocol.OrderedAggOperator.BuilderaddAllKeys(Iterable<String> values)The GROUP BY columns - can't be emptyPlanProtocol.OrderedAggOperator.BuilderaddAllOps(Iterable<? extends PlanProtocol.AggregationOperator.AggregationOp> values)The aggregation operations to performPlanProtocol.OrderedAggOperator.BuilderaddAllOpsValue(Iterable<Integer> values)The aggregation operations to performPlanProtocol.OrderedAggOperator.BuilderaddAllOutputCols(Iterable<String> values)The name to give to the columns created by each aggregation operationPlanProtocol.OrderedAggOperator.BuilderaddAllOutputColsTypes(Iterable<String> values)The types for the outputCols, in the same orderPlanProtocol.OrderedAggOperator.BuilderaddInputCols(String value)The columns to perform each aggregation on In the same order as ops (and same size) AGG_OP_COUNT_STAR has no input - so a value in that position is garbagePlanProtocol.OrderedAggOperator.BuilderaddInputColsBytes(com.google.protobuf.ByteString value)The columns to perform each aggregation on In the same order as ops (and same size) AGG_OP_COUNT_STAR has no input - so a value in that position is garbagePlanProtocol.OrderedAggOperator.BuilderaddKeys(String value)The GROUP BY columns - can't be emptyPlanProtocol.OrderedAggOperator.BuilderaddKeysBytes(com.google.protobuf.ByteString value)The GROUP BY columns - can't be emptyPlanProtocol.OrderedAggOperator.BuilderaddOps(PlanProtocol.AggregationOperator.AggregationOp value)The aggregation operations to performPlanProtocol.OrderedAggOperator.BuilderaddOpsValue(int value)The aggregation operations to performPlanProtocol.OrderedAggOperator.BuilderaddOutputCols(String value)The name to give to the columns created by each aggregation operationPlanProtocol.OrderedAggOperator.BuilderaddOutputColsBytes(com.google.protobuf.ByteString value)The name to give to the columns created by each aggregation operationPlanProtocol.OrderedAggOperator.BuilderaddOutputColsTypes(String value)The types for the outputCols, in the same orderPlanProtocol.OrderedAggOperator.BuilderaddOutputColsTypesBytes(com.google.protobuf.ByteString value)The types for the outputCols, in the same orderPlanProtocol.OrderedAggOperator.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)PlanProtocol.OrderedAggOperatorbuild()PlanProtocol.OrderedAggOperatorbuildPartial()PlanProtocol.OrderedAggOperator.Builderclear()PlanProtocol.OrderedAggOperator.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)PlanProtocol.OrderedAggOperator.BuilderclearInputCols()The columns to perform each aggregation on In the same order as ops (and same size) AGG_OP_COUNT_STAR has no input - so a value in that position is garbagePlanProtocol.OrderedAggOperator.BuilderclearKeys()The GROUP BY columns - can't be emptyPlanProtocol.OrderedAggOperator.BuilderclearLevel().xg.db.sqlPlans.GatherLevel level = 6;PlanProtocol.OrderedAggOperator.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)PlanProtocol.OrderedAggOperator.BuilderclearOps()The aggregation operations to performPlanProtocol.OrderedAggOperator.BuilderclearOutputCols()The name to give to the columns created by each aggregation operationPlanProtocol.OrderedAggOperator.BuilderclearOutputColsTypes()The types for the outputCols, in the same orderPlanProtocol.OrderedAggOperator.Builderclone()PlanProtocol.OrderedAggOperatorgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetInputCols(int index)The columns to perform each aggregation on In the same order as ops (and same size) AGG_OP_COUNT_STAR has no input - so a value in that position is garbagecom.google.protobuf.ByteStringgetInputColsBytes(int index)The columns to perform each aggregation on In the same order as ops (and same size) AGG_OP_COUNT_STAR has no input - so a value in that position is garbageintgetInputColsCount()The columns to perform each aggregation on In the same order as ops (and same size) AGG_OP_COUNT_STAR has no input - so a value in that position is garbagecom.google.protobuf.ProtocolStringListgetInputColsList()The columns to perform each aggregation on In the same order as ops (and same size) AGG_OP_COUNT_STAR has no input - so a value in that position is garbageStringgetKeys(int index)The GROUP BY columns - can't be emptycom.google.protobuf.ByteStringgetKeysBytes(int index)The GROUP BY columns - can't be emptyintgetKeysCount()The GROUP BY columns - can't be emptycom.google.protobuf.ProtocolStringListgetKeysList()The GROUP BY columns - can't be emptyPlanProtocol.GatherLevelgetLevel().xg.db.sqlPlans.GatherLevel level = 6;intgetLevelValue().xg.db.sqlPlans.GatherLevel level = 6;PlanProtocol.AggregationOperator.AggregationOpgetOps(int index)The aggregation operations to performintgetOpsCount()The aggregation operations to performList<PlanProtocol.AggregationOperator.AggregationOp>getOpsList()The aggregation operations to performintgetOpsValue(int index)The aggregation operations to performList<Integer>getOpsValueList()The aggregation operations to performStringgetOutputCols(int index)The name to give to the columns created by each aggregation operationcom.google.protobuf.ByteStringgetOutputColsBytes(int index)The name to give to the columns created by each aggregation operationintgetOutputColsCount()The name to give to the columns created by each aggregation operationcom.google.protobuf.ProtocolStringListgetOutputColsList()The name to give to the columns created by each aggregation operationStringgetOutputColsTypes(int index)The types for the outputCols, in the same ordercom.google.protobuf.ByteStringgetOutputColsTypesBytes(int index)The types for the outputCols, in the same orderintgetOutputColsTypesCount()The types for the outputCols, in the same ordercom.google.protobuf.ProtocolStringListgetOutputColsTypesList()The types for the outputCols, in the same orderprotected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()PlanProtocol.OrderedAggOperator.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)PlanProtocol.OrderedAggOperator.BuildermergeFrom(com.google.protobuf.Message other)PlanProtocol.OrderedAggOperator.BuildermergeFrom(PlanProtocol.OrderedAggOperator other)PlanProtocol.OrderedAggOperator.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)PlanProtocol.OrderedAggOperator.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)PlanProtocol.OrderedAggOperator.BuildersetInputCols(int index, String value)The columns to perform each aggregation on In the same order as ops (and same size) AGG_OP_COUNT_STAR has no input - so a value in that position is garbagePlanProtocol.OrderedAggOperator.BuildersetKeys(int index, String value)The GROUP BY columns - can't be emptyPlanProtocol.OrderedAggOperator.BuildersetLevel(PlanProtocol.GatherLevel value).xg.db.sqlPlans.GatherLevel level = 6;PlanProtocol.OrderedAggOperator.BuildersetLevelValue(int value).xg.db.sqlPlans.GatherLevel level = 6;PlanProtocol.OrderedAggOperator.BuildersetOps(int index, PlanProtocol.AggregationOperator.AggregationOp value)The aggregation operations to performPlanProtocol.OrderedAggOperator.BuildersetOpsValue(int index, int value)The aggregation operations to performPlanProtocol.OrderedAggOperator.BuildersetOutputCols(int index, String value)The name to give to the columns created by each aggregation operationPlanProtocol.OrderedAggOperator.BuildersetOutputColsTypes(int index, String value)The types for the outputCols, in the same orderPlanProtocol.OrderedAggOperator.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)PlanProtocol.OrderedAggOperator.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)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.OrderedAggOperator.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.OrderedAggOperator.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.OrderedAggOperator.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.OrderedAggOperator.Builder>
-
setField
public PlanProtocol.OrderedAggOperator.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.OrderedAggOperator.Builder>
-
clearField
public PlanProtocol.OrderedAggOperator.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.OrderedAggOperator.Builder>
-
clearOneof
public PlanProtocol.OrderedAggOperator.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.OrderedAggOperator.Builder>
-
setRepeatedField
public PlanProtocol.OrderedAggOperator.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.OrderedAggOperator.Builder>
-
addRepeatedField
public PlanProtocol.OrderedAggOperator.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.OrderedAggOperator.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<PlanProtocol.OrderedAggOperator.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.OrderedAggOperator.Builder>
-
mergeFrom
public PlanProtocol.OrderedAggOperator.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.OrderedAggOperator.Builder>- Throws:
IOException
-
getKeysList
public com.google.protobuf.ProtocolStringList getKeysList()The GROUP BY columns - can't be empty
repeated string keys = 1;- Specified by:
getKeysListin interfacePlanProtocol.OrderedAggOperatorOrBuilder
-
getKeysCount
public int getKeysCount()The GROUP BY columns - can't be empty
repeated string keys = 1;- Specified by:
getKeysCountin interfacePlanProtocol.OrderedAggOperatorOrBuilder
-
getKeys
The GROUP BY columns - can't be empty
repeated string keys = 1;- Specified by:
getKeysin interfacePlanProtocol.OrderedAggOperatorOrBuilder
-
getKeysBytes
public com.google.protobuf.ByteString getKeysBytes(int index)The GROUP BY columns - can't be empty
repeated string keys = 1;- Specified by:
getKeysBytesin interfacePlanProtocol.OrderedAggOperatorOrBuilder
-
setKeys
The GROUP BY columns - can't be empty
repeated string keys = 1; -
addKeys
The GROUP BY columns - can't be empty
repeated string keys = 1; -
addAllKeys
The GROUP BY columns - can't be empty
repeated string keys = 1; -
clearKeys
The GROUP BY columns - can't be empty
repeated string keys = 1; -
addKeysBytes
The GROUP BY columns - can't be empty
repeated string keys = 1; -
getOpsList
The aggregation operations to perform
repeated .xg.db.sqlPlans.AggregationOperator.AggregationOp ops = 2;- Specified by:
getOpsListin interfacePlanProtocol.OrderedAggOperatorOrBuilder
-
getOpsCount
public int getOpsCount()The aggregation operations to perform
repeated .xg.db.sqlPlans.AggregationOperator.AggregationOp ops = 2;- Specified by:
getOpsCountin interfacePlanProtocol.OrderedAggOperatorOrBuilder
-
getOps
The aggregation operations to perform
repeated .xg.db.sqlPlans.AggregationOperator.AggregationOp ops = 2;- Specified by:
getOpsin interfacePlanProtocol.OrderedAggOperatorOrBuilder
-
setOps
public PlanProtocol.OrderedAggOperator.Builder setOps(int index, PlanProtocol.AggregationOperator.AggregationOp value)The aggregation operations to perform
repeated .xg.db.sqlPlans.AggregationOperator.AggregationOp ops = 2; -
addOps
public PlanProtocol.OrderedAggOperator.Builder addOps(PlanProtocol.AggregationOperator.AggregationOp value)The aggregation operations to perform
repeated .xg.db.sqlPlans.AggregationOperator.AggregationOp ops = 2; -
addAllOps
public PlanProtocol.OrderedAggOperator.Builder addAllOps(Iterable<? extends PlanProtocol.AggregationOperator.AggregationOp> values)The aggregation operations to perform
repeated .xg.db.sqlPlans.AggregationOperator.AggregationOp ops = 2; -
clearOps
The aggregation operations to perform
repeated .xg.db.sqlPlans.AggregationOperator.AggregationOp ops = 2; -
getOpsValueList
The aggregation operations to perform
repeated .xg.db.sqlPlans.AggregationOperator.AggregationOp ops = 2;- Specified by:
getOpsValueListin interfacePlanProtocol.OrderedAggOperatorOrBuilder
-
getOpsValue
public int getOpsValue(int index)The aggregation operations to perform
repeated .xg.db.sqlPlans.AggregationOperator.AggregationOp ops = 2;- Specified by:
getOpsValuein interfacePlanProtocol.OrderedAggOperatorOrBuilder
-
setOpsValue
The aggregation operations to perform
repeated .xg.db.sqlPlans.AggregationOperator.AggregationOp ops = 2; -
addOpsValue
The aggregation operations to perform
repeated .xg.db.sqlPlans.AggregationOperator.AggregationOp ops = 2; -
addAllOpsValue
The aggregation operations to perform
repeated .xg.db.sqlPlans.AggregationOperator.AggregationOp ops = 2; -
getInputColsList
public com.google.protobuf.ProtocolStringList getInputColsList()The columns to perform each aggregation on In the same order as ops (and same size) AGG_OP_COUNT_STAR has no input - so a value in that position is garbage
repeated string inputCols = 3;- Specified by:
getInputColsListin interfacePlanProtocol.OrderedAggOperatorOrBuilder
-
getInputColsCount
public int getInputColsCount()The columns to perform each aggregation on In the same order as ops (and same size) AGG_OP_COUNT_STAR has no input - so a value in that position is garbage
repeated string inputCols = 3;- Specified by:
getInputColsCountin interfacePlanProtocol.OrderedAggOperatorOrBuilder
-
getInputCols
The columns to perform each aggregation on In the same order as ops (and same size) AGG_OP_COUNT_STAR has no input - so a value in that position is garbage
repeated string inputCols = 3;- Specified by:
getInputColsin interfacePlanProtocol.OrderedAggOperatorOrBuilder
-
getInputColsBytes
public com.google.protobuf.ByteString getInputColsBytes(int index)The columns to perform each aggregation on In the same order as ops (and same size) AGG_OP_COUNT_STAR has no input - so a value in that position is garbage
repeated string inputCols = 3;- Specified by:
getInputColsBytesin interfacePlanProtocol.OrderedAggOperatorOrBuilder
-
setInputCols
The columns to perform each aggregation on In the same order as ops (and same size) AGG_OP_COUNT_STAR has no input - so a value in that position is garbage
repeated string inputCols = 3; -
addInputCols
The columns to perform each aggregation on In the same order as ops (and same size) AGG_OP_COUNT_STAR has no input - so a value in that position is garbage
repeated string inputCols = 3; -
addAllInputCols
The columns to perform each aggregation on In the same order as ops (and same size) AGG_OP_COUNT_STAR has no input - so a value in that position is garbage
repeated string inputCols = 3; -
clearInputCols
The columns to perform each aggregation on In the same order as ops (and same size) AGG_OP_COUNT_STAR has no input - so a value in that position is garbage
repeated string inputCols = 3; -
addInputColsBytes
public PlanProtocol.OrderedAggOperator.Builder addInputColsBytes(com.google.protobuf.ByteString value)The columns to perform each aggregation on In the same order as ops (and same size) AGG_OP_COUNT_STAR has no input - so a value in that position is garbage
repeated string inputCols = 3; -
getOutputColsList
public com.google.protobuf.ProtocolStringList getOutputColsList()The name to give to the columns created by each aggregation operation
repeated string outputCols = 4;- Specified by:
getOutputColsListin interfacePlanProtocol.OrderedAggOperatorOrBuilder
-
getOutputColsCount
public int getOutputColsCount()The name to give to the columns created by each aggregation operation
repeated string outputCols = 4;- Specified by:
getOutputColsCountin interfacePlanProtocol.OrderedAggOperatorOrBuilder
-
getOutputCols
The name to give to the columns created by each aggregation operation
repeated string outputCols = 4;- Specified by:
getOutputColsin interfacePlanProtocol.OrderedAggOperatorOrBuilder
-
getOutputColsBytes
public com.google.protobuf.ByteString getOutputColsBytes(int index)The name to give to the columns created by each aggregation operation
repeated string outputCols = 4;- Specified by:
getOutputColsBytesin interfacePlanProtocol.OrderedAggOperatorOrBuilder
-
setOutputCols
The name to give to the columns created by each aggregation operation
repeated string outputCols = 4; -
addOutputCols
The name to give to the columns created by each aggregation operation
repeated string outputCols = 4; -
addAllOutputCols
The name to give to the columns created by each aggregation operation
repeated string outputCols = 4; -
clearOutputCols
The name to give to the columns created by each aggregation operation
repeated string outputCols = 4; -
addOutputColsBytes
public PlanProtocol.OrderedAggOperator.Builder addOutputColsBytes(com.google.protobuf.ByteString value)The name to give to the columns created by each aggregation operation
repeated string outputCols = 4; -
getOutputColsTypesList
public com.google.protobuf.ProtocolStringList getOutputColsTypesList()The types for the outputCols, in the same order
repeated string outputColsTypes = 5;- Specified by:
getOutputColsTypesListin interfacePlanProtocol.OrderedAggOperatorOrBuilder
-
getOutputColsTypesCount
public int getOutputColsTypesCount()The types for the outputCols, in the same order
repeated string outputColsTypes = 5;- Specified by:
getOutputColsTypesCountin interfacePlanProtocol.OrderedAggOperatorOrBuilder
-
getOutputColsTypes
The types for the outputCols, in the same order
repeated string outputColsTypes = 5;- Specified by:
getOutputColsTypesin interfacePlanProtocol.OrderedAggOperatorOrBuilder
-
getOutputColsTypesBytes
public com.google.protobuf.ByteString getOutputColsTypesBytes(int index)The types for the outputCols, in the same order
repeated string outputColsTypes = 5;- Specified by:
getOutputColsTypesBytesin interfacePlanProtocol.OrderedAggOperatorOrBuilder
-
setOutputColsTypes
The types for the outputCols, in the same order
repeated string outputColsTypes = 5; -
addOutputColsTypes
The types for the outputCols, in the same order
repeated string outputColsTypes = 5; -
addAllOutputColsTypes
The types for the outputCols, in the same order
repeated string outputColsTypes = 5; -
clearOutputColsTypes
The types for the outputCols, in the same order
repeated string outputColsTypes = 5; -
addOutputColsTypesBytes
public PlanProtocol.OrderedAggOperator.Builder addOutputColsTypesBytes(com.google.protobuf.ByteString value)The types for the outputCols, in the same order
repeated string outputColsTypes = 5; -
getLevelValue
public int getLevelValue().xg.db.sqlPlans.GatherLevel level = 6;- Specified by:
getLevelValuein interfacePlanProtocol.OrderedAggOperatorOrBuilder
-
setLevelValue
.xg.db.sqlPlans.GatherLevel level = 6; -
getLevel
.xg.db.sqlPlans.GatherLevel level = 6;- Specified by:
getLevelin interfacePlanProtocol.OrderedAggOperatorOrBuilder
-
setLevel
.xg.db.sqlPlans.GatherLevel level = 6; -
clearLevel
.xg.db.sqlPlans.GatherLevel level = 6; -
setUnknownFields
public final PlanProtocol.OrderedAggOperator.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.OrderedAggOperator.Builder>
-
mergeUnknownFields
public final PlanProtocol.OrderedAggOperator.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.OrderedAggOperator.Builder>
-