public static final class Selection.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Selection.Builder> implements SelectionOrBuilder
tipb.Selection| Modifier and Type | Method and Description |
|---|---|
Selection.Builder |
addAllConditions(Iterable<? extends Expr> values)
Where conditions.
|
Selection.Builder |
addAllRpnConditions(Iterable<? extends RpnExpr> values)
repeated .tipb.RpnExpr rpn_conditions = 2; |
Selection.Builder |
addConditions(Expr.Builder builderForValue)
Where conditions.
|
Selection.Builder |
addConditions(Expr value)
Where conditions.
|
Selection.Builder |
addConditions(int index,
Expr.Builder builderForValue)
Where conditions.
|
Selection.Builder |
addConditions(int index,
Expr value)
Where conditions.
|
Expr.Builder |
addConditionsBuilder()
Where conditions.
|
Expr.Builder |
addConditionsBuilder(int index)
Where conditions.
|
Selection.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Selection.Builder |
addRpnConditions(int index,
RpnExpr.Builder builderForValue)
repeated .tipb.RpnExpr rpn_conditions = 2; |
Selection.Builder |
addRpnConditions(int index,
RpnExpr value)
repeated .tipb.RpnExpr rpn_conditions = 2; |
Selection.Builder |
addRpnConditions(RpnExpr.Builder builderForValue)
repeated .tipb.RpnExpr rpn_conditions = 2; |
Selection.Builder |
addRpnConditions(RpnExpr value)
repeated .tipb.RpnExpr rpn_conditions = 2; |
RpnExpr.Builder |
addRpnConditionsBuilder()
repeated .tipb.RpnExpr rpn_conditions = 2; |
RpnExpr.Builder |
addRpnConditionsBuilder(int index)
repeated .tipb.RpnExpr rpn_conditions = 2; |
Selection |
build() |
Selection |
buildPartial() |
Selection.Builder |
clear() |
Selection.Builder |
clearConditions()
Where conditions.
|
Selection.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Selection.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Selection.Builder |
clearRpnConditions()
repeated .tipb.RpnExpr rpn_conditions = 2; |
Selection.Builder |
clone() |
Expr |
getConditions(int index)
Where conditions.
|
Expr.Builder |
getConditionsBuilder(int index)
Where conditions.
|
List<Expr.Builder> |
getConditionsBuilderList()
Where conditions.
|
int |
getConditionsCount()
Where conditions.
|
List<Expr> |
getConditionsList()
Where conditions.
|
ExprOrBuilder |
getConditionsOrBuilder(int index)
Where conditions.
|
List<? extends ExprOrBuilder> |
getConditionsOrBuilderList()
Where conditions.
|
Selection |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
RpnExpr |
getRpnConditions(int index)
repeated .tipb.RpnExpr rpn_conditions = 2; |
RpnExpr.Builder |
getRpnConditionsBuilder(int index)
repeated .tipb.RpnExpr rpn_conditions = 2; |
List<RpnExpr.Builder> |
getRpnConditionsBuilderList()
repeated .tipb.RpnExpr rpn_conditions = 2; |
int |
getRpnConditionsCount()
repeated .tipb.RpnExpr rpn_conditions = 2; |
List<RpnExpr> |
getRpnConditionsList()
repeated .tipb.RpnExpr rpn_conditions = 2; |
RpnExprOrBuilder |
getRpnConditionsOrBuilder(int index)
repeated .tipb.RpnExpr rpn_conditions = 2; |
List<? extends RpnExprOrBuilder> |
getRpnConditionsOrBuilderList()
repeated .tipb.RpnExpr rpn_conditions = 2; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Selection.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Selection.Builder |
mergeFrom(com.google.protobuf.Message other) |
Selection.Builder |
mergeFrom(Selection other) |
Selection.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Selection.Builder |
removeConditions(int index)
Where conditions.
|
Selection.Builder |
removeRpnConditions(int index)
repeated .tipb.RpnExpr rpn_conditions = 2; |
Selection.Builder |
setConditions(int index,
Expr.Builder builderForValue)
Where conditions.
|
Selection.Builder |
setConditions(int index,
Expr value)
Where conditions.
|
Selection.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Selection.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Selection.Builder |
setRpnConditions(int index,
RpnExpr.Builder builderForValue)
repeated .tipb.RpnExpr rpn_conditions = 2; |
Selection.Builder |
setRpnConditions(int index,
RpnExpr value)
repeated .tipb.RpnExpr rpn_conditions = 2; |
Selection.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Selection.Builder>public Selection.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Selection.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Selection.Builder>public Selection getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Selection build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Selection buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Selection.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Selection.Builder>public Selection.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Selection.Builder>public Selection.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Selection.Builder>public Selection.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Selection.Builder>public Selection.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Selection.Builder>public Selection.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Selection.Builder>public Selection.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Selection.Builder>public Selection.Builder mergeFrom(Selection other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Selection.Builder>public Selection.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Selection.Builder>IOExceptionpublic List<Expr> getConditionsList()
Where conditions.
repeated .tipb.Expr conditions = 1;getConditionsList in interface SelectionOrBuilderpublic int getConditionsCount()
Where conditions.
repeated .tipb.Expr conditions = 1;getConditionsCount in interface SelectionOrBuilderpublic Expr getConditions(int index)
Where conditions.
repeated .tipb.Expr conditions = 1;getConditions in interface SelectionOrBuilderpublic Selection.Builder setConditions(int index, Expr value)
Where conditions.
repeated .tipb.Expr conditions = 1;public Selection.Builder setConditions(int index, Expr.Builder builderForValue)
Where conditions.
repeated .tipb.Expr conditions = 1;public Selection.Builder addConditions(Expr value)
Where conditions.
repeated .tipb.Expr conditions = 1;public Selection.Builder addConditions(int index, Expr value)
Where conditions.
repeated .tipb.Expr conditions = 1;public Selection.Builder addConditions(Expr.Builder builderForValue)
Where conditions.
repeated .tipb.Expr conditions = 1;public Selection.Builder addConditions(int index, Expr.Builder builderForValue)
Where conditions.
repeated .tipb.Expr conditions = 1;public Selection.Builder addAllConditions(Iterable<? extends Expr> values)
Where conditions.
repeated .tipb.Expr conditions = 1;public Selection.Builder clearConditions()
Where conditions.
repeated .tipb.Expr conditions = 1;public Selection.Builder removeConditions(int index)
Where conditions.
repeated .tipb.Expr conditions = 1;public Expr.Builder getConditionsBuilder(int index)
Where conditions.
repeated .tipb.Expr conditions = 1;public ExprOrBuilder getConditionsOrBuilder(int index)
Where conditions.
repeated .tipb.Expr conditions = 1;getConditionsOrBuilder in interface SelectionOrBuilderpublic List<? extends ExprOrBuilder> getConditionsOrBuilderList()
Where conditions.
repeated .tipb.Expr conditions = 1;getConditionsOrBuilderList in interface SelectionOrBuilderpublic Expr.Builder addConditionsBuilder()
Where conditions.
repeated .tipb.Expr conditions = 1;public Expr.Builder addConditionsBuilder(int index)
Where conditions.
repeated .tipb.Expr conditions = 1;public List<Expr.Builder> getConditionsBuilderList()
Where conditions.
repeated .tipb.Expr conditions = 1;public List<RpnExpr> getRpnConditionsList()
repeated .tipb.RpnExpr rpn_conditions = 2;getRpnConditionsList in interface SelectionOrBuilderpublic int getRpnConditionsCount()
repeated .tipb.RpnExpr rpn_conditions = 2;getRpnConditionsCount in interface SelectionOrBuilderpublic RpnExpr getRpnConditions(int index)
repeated .tipb.RpnExpr rpn_conditions = 2;getRpnConditions in interface SelectionOrBuilderpublic Selection.Builder setRpnConditions(int index, RpnExpr value)
repeated .tipb.RpnExpr rpn_conditions = 2;public Selection.Builder setRpnConditions(int index, RpnExpr.Builder builderForValue)
repeated .tipb.RpnExpr rpn_conditions = 2;public Selection.Builder addRpnConditions(RpnExpr value)
repeated .tipb.RpnExpr rpn_conditions = 2;public Selection.Builder addRpnConditions(int index, RpnExpr value)
repeated .tipb.RpnExpr rpn_conditions = 2;public Selection.Builder addRpnConditions(RpnExpr.Builder builderForValue)
repeated .tipb.RpnExpr rpn_conditions = 2;public Selection.Builder addRpnConditions(int index, RpnExpr.Builder builderForValue)
repeated .tipb.RpnExpr rpn_conditions = 2;public Selection.Builder addAllRpnConditions(Iterable<? extends RpnExpr> values)
repeated .tipb.RpnExpr rpn_conditions = 2;public Selection.Builder clearRpnConditions()
repeated .tipb.RpnExpr rpn_conditions = 2;public Selection.Builder removeRpnConditions(int index)
repeated .tipb.RpnExpr rpn_conditions = 2;public RpnExpr.Builder getRpnConditionsBuilder(int index)
repeated .tipb.RpnExpr rpn_conditions = 2;public RpnExprOrBuilder getRpnConditionsOrBuilder(int index)
repeated .tipb.RpnExpr rpn_conditions = 2;getRpnConditionsOrBuilder in interface SelectionOrBuilderpublic List<? extends RpnExprOrBuilder> getRpnConditionsOrBuilderList()
repeated .tipb.RpnExpr rpn_conditions = 2;getRpnConditionsOrBuilderList in interface SelectionOrBuilderpublic RpnExpr.Builder addRpnConditionsBuilder()
repeated .tipb.RpnExpr rpn_conditions = 2;public RpnExpr.Builder addRpnConditionsBuilder(int index)
repeated .tipb.RpnExpr rpn_conditions = 2;public List<RpnExpr.Builder> getRpnConditionsBuilderList()
repeated .tipb.RpnExpr rpn_conditions = 2;public final Selection.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Selection.Builder>public final Selection.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Selection.Builder>Copyright © 2025 PingCAP. All rights reserved.