Package com.ocient.jdbc.proto
Class PlanProtocol.SwitchOperator.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.SwitchOperator.Builder>
com.ocient.jdbc.proto.PlanProtocol.SwitchOperator.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,PlanProtocol.SwitchOperatorOrBuilder,Cloneable
- Enclosing class:
- PlanProtocol.SwitchOperator
public static final class PlanProtocol.SwitchOperator.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.SwitchOperator.Builder> implements PlanProtocol.SwitchOperatorOrBuilder
Protobuf type
xg.db.sqlPlans.SwitchOperator-
Method Summary
Modifier and Type Method Description PlanProtocol.SwitchOperator.BuilderaddAllFilters(Iterable<? extends PlanProtocol.CNF> values)the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used always evaluate the cases in order, ie.PlanProtocol.SwitchOperator.BuilderaddAllPostFilterCheckedCols(Iterable<? extends PlanProtocol.CheckedExceptionCols> values)repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3;PlanProtocol.SwitchOperator.BuilderaddAllPreFilterCheckedCols(Iterable<? extends PlanProtocol.CheckedExceptionCols> values)repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2;PlanProtocol.SwitchOperator.BuilderaddFilters(int index, PlanProtocol.CNF value)the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used always evaluate the cases in order, ie.PlanProtocol.SwitchOperator.BuilderaddFilters(int index, PlanProtocol.CNF.Builder builderForValue)the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used always evaluate the cases in order, ie.PlanProtocol.SwitchOperator.BuilderaddFilters(PlanProtocol.CNF value)the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used always evaluate the cases in order, ie.PlanProtocol.SwitchOperator.BuilderaddFilters(PlanProtocol.CNF.Builder builderForValue)the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used always evaluate the cases in order, ie.PlanProtocol.CNF.BuilderaddFiltersBuilder()the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used always evaluate the cases in order, ie.PlanProtocol.CNF.BuilderaddFiltersBuilder(int index)the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used always evaluate the cases in order, ie.PlanProtocol.SwitchOperator.BuilderaddPostFilterCheckedCols(int index, PlanProtocol.CheckedExceptionCols value)repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3;PlanProtocol.SwitchOperator.BuilderaddPostFilterCheckedCols(int index, PlanProtocol.CheckedExceptionCols.Builder builderForValue)repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3;PlanProtocol.SwitchOperator.BuilderaddPostFilterCheckedCols(PlanProtocol.CheckedExceptionCols value)repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3;PlanProtocol.SwitchOperator.BuilderaddPostFilterCheckedCols(PlanProtocol.CheckedExceptionCols.Builder builderForValue)repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3;PlanProtocol.CheckedExceptionCols.BuilderaddPostFilterCheckedColsBuilder()repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3;PlanProtocol.CheckedExceptionCols.BuilderaddPostFilterCheckedColsBuilder(int index)repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3;PlanProtocol.SwitchOperator.BuilderaddPreFilterCheckedCols(int index, PlanProtocol.CheckedExceptionCols value)repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2;PlanProtocol.SwitchOperator.BuilderaddPreFilterCheckedCols(int index, PlanProtocol.CheckedExceptionCols.Builder builderForValue)repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2;PlanProtocol.SwitchOperator.BuilderaddPreFilterCheckedCols(PlanProtocol.CheckedExceptionCols value)repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2;PlanProtocol.SwitchOperator.BuilderaddPreFilterCheckedCols(PlanProtocol.CheckedExceptionCols.Builder builderForValue)repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2;PlanProtocol.CheckedExceptionCols.BuilderaddPreFilterCheckedColsBuilder()repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2;PlanProtocol.CheckedExceptionCols.BuilderaddPreFilterCheckedColsBuilder(int index)repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2;PlanProtocol.SwitchOperator.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)PlanProtocol.SwitchOperatorbuild()PlanProtocol.SwitchOperatorbuildPartial()PlanProtocol.SwitchOperator.Builderclear()PlanProtocol.SwitchOperator.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)PlanProtocol.SwitchOperator.BuilderclearFilters()the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used always evaluate the cases in order, ie.PlanProtocol.SwitchOperator.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)PlanProtocol.SwitchOperator.BuilderclearPostFilterCheckedCols()repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3;PlanProtocol.SwitchOperator.BuilderclearPreFilterCheckedCols()repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2;PlanProtocol.SwitchOperator.Builderclone()PlanProtocol.SwitchOperatorgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()PlanProtocol.CNFgetFilters(int index)the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used always evaluate the cases in order, ie.PlanProtocol.CNF.BuildergetFiltersBuilder(int index)the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used always evaluate the cases in order, ie.List<PlanProtocol.CNF.Builder>getFiltersBuilderList()the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used always evaluate the cases in order, ie.intgetFiltersCount()the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used always evaluate the cases in order, ie.List<PlanProtocol.CNF>getFiltersList()the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used always evaluate the cases in order, ie.PlanProtocol.CNFOrBuildergetFiltersOrBuilder(int index)the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used always evaluate the cases in order, ie.List<? extends PlanProtocol.CNFOrBuilder>getFiltersOrBuilderList()the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used always evaluate the cases in order, ie.PlanProtocol.CheckedExceptionColsgetPostFilterCheckedCols(int index)repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3;PlanProtocol.CheckedExceptionCols.BuildergetPostFilterCheckedColsBuilder(int index)repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3;List<PlanProtocol.CheckedExceptionCols.Builder>getPostFilterCheckedColsBuilderList()repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3;intgetPostFilterCheckedColsCount()repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3;List<PlanProtocol.CheckedExceptionCols>getPostFilterCheckedColsList()repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3;PlanProtocol.CheckedExceptionColsOrBuildergetPostFilterCheckedColsOrBuilder(int index)repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3;List<? extends PlanProtocol.CheckedExceptionColsOrBuilder>getPostFilterCheckedColsOrBuilderList()repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3;PlanProtocol.CheckedExceptionColsgetPreFilterCheckedCols(int index)repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2;PlanProtocol.CheckedExceptionCols.BuildergetPreFilterCheckedColsBuilder(int index)repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2;List<PlanProtocol.CheckedExceptionCols.Builder>getPreFilterCheckedColsBuilderList()repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2;intgetPreFilterCheckedColsCount()repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2;List<PlanProtocol.CheckedExceptionCols>getPreFilterCheckedColsList()repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2;PlanProtocol.CheckedExceptionColsOrBuildergetPreFilterCheckedColsOrBuilder(int index)repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2;List<? extends PlanProtocol.CheckedExceptionColsOrBuilder>getPreFilterCheckedColsOrBuilderList()repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()PlanProtocol.SwitchOperator.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)PlanProtocol.SwitchOperator.BuildermergeFrom(com.google.protobuf.Message other)PlanProtocol.SwitchOperator.BuildermergeFrom(PlanProtocol.SwitchOperator other)PlanProtocol.SwitchOperator.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)PlanProtocol.SwitchOperator.BuilderremoveFilters(int index)the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used always evaluate the cases in order, ie.PlanProtocol.SwitchOperator.BuilderremovePostFilterCheckedCols(int index)repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3;PlanProtocol.SwitchOperator.BuilderremovePreFilterCheckedCols(int index)repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2;PlanProtocol.SwitchOperator.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)PlanProtocol.SwitchOperator.BuildersetFilters(int index, PlanProtocol.CNF value)the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used always evaluate the cases in order, ie.PlanProtocol.SwitchOperator.BuildersetFilters(int index, PlanProtocol.CNF.Builder builderForValue)the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used always evaluate the cases in order, ie.PlanProtocol.SwitchOperator.BuildersetPostFilterCheckedCols(int index, PlanProtocol.CheckedExceptionCols value)repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3;PlanProtocol.SwitchOperator.BuildersetPostFilterCheckedCols(int index, PlanProtocol.CheckedExceptionCols.Builder builderForValue)repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3;PlanProtocol.SwitchOperator.BuildersetPreFilterCheckedCols(int index, PlanProtocol.CheckedExceptionCols value)repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2;PlanProtocol.SwitchOperator.BuildersetPreFilterCheckedCols(int index, PlanProtocol.CheckedExceptionCols.Builder builderForValue)repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2;PlanProtocol.SwitchOperator.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)PlanProtocol.SwitchOperator.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.SwitchOperator.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.SwitchOperator.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.SwitchOperator.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.SwitchOperator.Builder>
-
setField
public PlanProtocol.SwitchOperator.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.SwitchOperator.Builder>
-
clearField
public PlanProtocol.SwitchOperator.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.SwitchOperator.Builder>
-
clearOneof
public PlanProtocol.SwitchOperator.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.SwitchOperator.Builder>
-
setRepeatedField
public PlanProtocol.SwitchOperator.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.SwitchOperator.Builder>
-
addRepeatedField
public PlanProtocol.SwitchOperator.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.SwitchOperator.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<PlanProtocol.SwitchOperator.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.SwitchOperator.Builder>
-
mergeFrom
public PlanProtocol.SwitchOperator.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.SwitchOperator.Builder>- Throws:
IOException
-
getFiltersList
the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used always evaluate the cases in order, ie. check case 0, if thats true then done, if not check case 1, etc
repeated .xg.db.sqlPlans.CNF filters = 1;- Specified by:
getFiltersListin interfacePlanProtocol.SwitchOperatorOrBuilder
-
getFiltersCount
public int getFiltersCount()the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used always evaluate the cases in order, ie. check case 0, if thats true then done, if not check case 1, etc
repeated .xg.db.sqlPlans.CNF filters = 1;- Specified by:
getFiltersCountin interfacePlanProtocol.SwitchOperatorOrBuilder
-
getFilters
the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used always evaluate the cases in order, ie. check case 0, if thats true then done, if not check case 1, etc
repeated .xg.db.sqlPlans.CNF filters = 1;- Specified by:
getFiltersin interfacePlanProtocol.SwitchOperatorOrBuilder
-
setFilters
the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used always evaluate the cases in order, ie. check case 0, if thats true then done, if not check case 1, etc
repeated .xg.db.sqlPlans.CNF filters = 1; -
setFilters
public PlanProtocol.SwitchOperator.Builder setFilters(int index, PlanProtocol.CNF.Builder builderForValue)the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used always evaluate the cases in order, ie. check case 0, if thats true then done, if not check case 1, etc
repeated .xg.db.sqlPlans.CNF filters = 1; -
addFilters
the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used always evaluate the cases in order, ie. check case 0, if thats true then done, if not check case 1, etc
repeated .xg.db.sqlPlans.CNF filters = 1; -
addFilters
the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used always evaluate the cases in order, ie. check case 0, if thats true then done, if not check case 1, etc
repeated .xg.db.sqlPlans.CNF filters = 1; -
addFilters
the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used always evaluate the cases in order, ie. check case 0, if thats true then done, if not check case 1, etc
repeated .xg.db.sqlPlans.CNF filters = 1; -
addFilters
public PlanProtocol.SwitchOperator.Builder addFilters(int index, PlanProtocol.CNF.Builder builderForValue)the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used always evaluate the cases in order, ie. check case 0, if thats true then done, if not check case 1, etc
repeated .xg.db.sqlPlans.CNF filters = 1; -
addAllFilters
public PlanProtocol.SwitchOperator.Builder addAllFilters(Iterable<? extends PlanProtocol.CNF> values)the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used always evaluate the cases in order, ie. check case 0, if thats true then done, if not check case 1, etc
repeated .xg.db.sqlPlans.CNF filters = 1; -
clearFilters
the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used always evaluate the cases in order, ie. check case 0, if thats true then done, if not check case 1, etc
repeated .xg.db.sqlPlans.CNF filters = 1; -
removeFilters
the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used always evaluate the cases in order, ie. check case 0, if thats true then done, if not check case 1, etc
repeated .xg.db.sqlPlans.CNF filters = 1; -
getFiltersBuilder
the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used always evaluate the cases in order, ie. check case 0, if thats true then done, if not check case 1, etc
repeated .xg.db.sqlPlans.CNF filters = 1; -
getFiltersOrBuilder
the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used always evaluate the cases in order, ie. check case 0, if thats true then done, if not check case 1, etc
repeated .xg.db.sqlPlans.CNF filters = 1;- Specified by:
getFiltersOrBuilderin interfacePlanProtocol.SwitchOperatorOrBuilder
-
getFiltersOrBuilderList
the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used always evaluate the cases in order, ie. check case 0, if thats true then done, if not check case 1, etc
repeated .xg.db.sqlPlans.CNF filters = 1;- Specified by:
getFiltersOrBuilderListin interfacePlanProtocol.SwitchOperatorOrBuilder
-
addFiltersBuilder
the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used always evaluate the cases in order, ie. check case 0, if thats true then done, if not check case 1, etc
repeated .xg.db.sqlPlans.CNF filters = 1; -
addFiltersBuilder
the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used always evaluate the cases in order, ie. check case 0, if thats true then done, if not check case 1, etc
repeated .xg.db.sqlPlans.CNF filters = 1; -
getFiltersBuilderList
the cnf representing each case, the final "else" case is implicit, and if none of these evaluate to true then the implicit else is used always evaluate the cases in order, ie. check case 0, if thats true then done, if not check case 1, etc
repeated .xg.db.sqlPlans.CNF filters = 1; -
getPreFilterCheckedColsList
repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2;- Specified by:
getPreFilterCheckedColsListin interfacePlanProtocol.SwitchOperatorOrBuilder
-
getPreFilterCheckedColsCount
public int getPreFilterCheckedColsCount()repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2;- Specified by:
getPreFilterCheckedColsCountin interfacePlanProtocol.SwitchOperatorOrBuilder
-
getPreFilterCheckedCols
repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2;- Specified by:
getPreFilterCheckedColsin interfacePlanProtocol.SwitchOperatorOrBuilder
-
setPreFilterCheckedCols
public PlanProtocol.SwitchOperator.Builder setPreFilterCheckedCols(int index, PlanProtocol.CheckedExceptionCols value)repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2; -
setPreFilterCheckedCols
public PlanProtocol.SwitchOperator.Builder setPreFilterCheckedCols(int index, PlanProtocol.CheckedExceptionCols.Builder builderForValue)repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2; -
addPreFilterCheckedCols
public PlanProtocol.SwitchOperator.Builder addPreFilterCheckedCols(PlanProtocol.CheckedExceptionCols value)repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2; -
addPreFilterCheckedCols
public PlanProtocol.SwitchOperator.Builder addPreFilterCheckedCols(int index, PlanProtocol.CheckedExceptionCols value)repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2; -
addPreFilterCheckedCols
public PlanProtocol.SwitchOperator.Builder addPreFilterCheckedCols(PlanProtocol.CheckedExceptionCols.Builder builderForValue)repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2; -
addPreFilterCheckedCols
public PlanProtocol.SwitchOperator.Builder addPreFilterCheckedCols(int index, PlanProtocol.CheckedExceptionCols.Builder builderForValue)repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2; -
addAllPreFilterCheckedCols
public PlanProtocol.SwitchOperator.Builder addAllPreFilterCheckedCols(Iterable<? extends PlanProtocol.CheckedExceptionCols> values)repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2; -
clearPreFilterCheckedCols
repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2; -
removePreFilterCheckedCols
repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2; -
getPreFilterCheckedColsBuilder
repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2; -
getPreFilterCheckedColsOrBuilder
repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2;- Specified by:
getPreFilterCheckedColsOrBuilderin interfacePlanProtocol.SwitchOperatorOrBuilder
-
getPreFilterCheckedColsOrBuilderList
public List<? extends PlanProtocol.CheckedExceptionColsOrBuilder> getPreFilterCheckedColsOrBuilderList()repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2;- Specified by:
getPreFilterCheckedColsOrBuilderListin interfacePlanProtocol.SwitchOperatorOrBuilder
-
addPreFilterCheckedColsBuilder
repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2; -
addPreFilterCheckedColsBuilder
repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2; -
getPreFilterCheckedColsBuilderList
repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2; -
getPostFilterCheckedColsList
repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3;- Specified by:
getPostFilterCheckedColsListin interfacePlanProtocol.SwitchOperatorOrBuilder
-
getPostFilterCheckedColsCount
public int getPostFilterCheckedColsCount()repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3;- Specified by:
getPostFilterCheckedColsCountin interfacePlanProtocol.SwitchOperatorOrBuilder
-
getPostFilterCheckedCols
repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3;- Specified by:
getPostFilterCheckedColsin interfacePlanProtocol.SwitchOperatorOrBuilder
-
setPostFilterCheckedCols
public PlanProtocol.SwitchOperator.Builder setPostFilterCheckedCols(int index, PlanProtocol.CheckedExceptionCols value)repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3; -
setPostFilterCheckedCols
public PlanProtocol.SwitchOperator.Builder setPostFilterCheckedCols(int index, PlanProtocol.CheckedExceptionCols.Builder builderForValue)repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3; -
addPostFilterCheckedCols
public PlanProtocol.SwitchOperator.Builder addPostFilterCheckedCols(PlanProtocol.CheckedExceptionCols value)repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3; -
addPostFilterCheckedCols
public PlanProtocol.SwitchOperator.Builder addPostFilterCheckedCols(int index, PlanProtocol.CheckedExceptionCols value)repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3; -
addPostFilterCheckedCols
public PlanProtocol.SwitchOperator.Builder addPostFilterCheckedCols(PlanProtocol.CheckedExceptionCols.Builder builderForValue)repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3; -
addPostFilterCheckedCols
public PlanProtocol.SwitchOperator.Builder addPostFilterCheckedCols(int index, PlanProtocol.CheckedExceptionCols.Builder builderForValue)repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3; -
addAllPostFilterCheckedCols
public PlanProtocol.SwitchOperator.Builder addAllPostFilterCheckedCols(Iterable<? extends PlanProtocol.CheckedExceptionCols> values)repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3; -
clearPostFilterCheckedCols
repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3; -
removePostFilterCheckedCols
repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3; -
getPostFilterCheckedColsBuilder
repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3; -
getPostFilterCheckedColsOrBuilder
repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3;- Specified by:
getPostFilterCheckedColsOrBuilderin interfacePlanProtocol.SwitchOperatorOrBuilder
-
getPostFilterCheckedColsOrBuilderList
public List<? extends PlanProtocol.CheckedExceptionColsOrBuilder> getPostFilterCheckedColsOrBuilderList()repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3;- Specified by:
getPostFilterCheckedColsOrBuilderListin interfacePlanProtocol.SwitchOperatorOrBuilder
-
addPostFilterCheckedColsBuilder
repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3; -
addPostFilterCheckedColsBuilder
repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3; -
getPostFilterCheckedColsBuilderList
repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3; -
setUnknownFields
public final PlanProtocol.SwitchOperator.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.SwitchOperator.Builder>
-
mergeUnknownFields
public final PlanProtocol.SwitchOperator.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.SwitchOperator.Builder>
-