Package com.ocient.jdbc.proto
Interface PlanProtocol.SwitchOperatorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlanProtocol.SwitchOperator,PlanProtocol.SwitchOperator.Builder
- Enclosing class:
- PlanProtocol
public static interface PlanProtocol.SwitchOperatorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description 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.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;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;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;Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFiltersList
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. check case 0, if thats true then done, if not check case 1, etc
repeated .xg.db.sqlPlans.CNF filters = 1; -
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; -
getFiltersCount
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; -
getFiltersOrBuilderList
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. 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; -
getPreFilterCheckedColsList
List<PlanProtocol.CheckedExceptionCols> getPreFilterCheckedColsList()repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2; -
getPreFilterCheckedCols
repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2; -
getPreFilterCheckedColsCount
int getPreFilterCheckedColsCount()repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2; -
getPreFilterCheckedColsOrBuilderList
List<? extends PlanProtocol.CheckedExceptionColsOrBuilder> getPreFilterCheckedColsOrBuilderList()repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2; -
getPreFilterCheckedColsOrBuilder
repeated .xg.db.sqlPlans.CheckedExceptionCols preFilterCheckedCols = 2; -
getPostFilterCheckedColsList
List<PlanProtocol.CheckedExceptionCols> getPostFilterCheckedColsList()repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3; -
getPostFilterCheckedCols
repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3; -
getPostFilterCheckedColsCount
int getPostFilterCheckedColsCount()repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3; -
getPostFilterCheckedColsOrBuilderList
List<? extends PlanProtocol.CheckedExceptionColsOrBuilder> getPostFilterCheckedColsOrBuilderList()repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3; -
getPostFilterCheckedColsOrBuilder
repeated .xg.db.sqlPlans.CheckedExceptionCols postFilterCheckedCols = 3;
-