Package com.ocient.jdbc.proto
Interface PlanProtocol.SuperSelectOperatorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlanProtocol.SuperSelectOperator,PlanProtocol.SuperSelectOperator.Builder
- Enclosing class:
- PlanProtocol
public static interface PlanProtocol.SuperSelectOperatorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description StringgetCheckedExceptionCols(int index)repeated string checkedExceptionCols = 2;com.google.protobuf.ByteStringgetCheckedExceptionColsBytes(int index)repeated string checkedExceptionCols = 2;intgetCheckedExceptionColsCount()repeated string checkedExceptionCols = 2;List<String>getCheckedExceptionColsList()repeated string checkedExceptionCols = 2;PlanProtocol.DisjunctiongetFilters(int index)Filter conditions to applyintgetFiltersCount()Filter conditions to applyList<PlanProtocol.Disjunction>getFiltersList()Filter conditions to applyPlanProtocol.DisjunctionOrBuildergetFiltersOrBuilder(int index)Filter conditions to applyList<? extends PlanProtocol.DisjunctionOrBuilder>getFiltersOrBuilderList()Filter conditions to applyMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFiltersList
List<PlanProtocol.Disjunction> getFiltersList()Filter conditions to apply
repeated .xg.db.sqlPlans.Disjunction filters = 1; -
getFilters
Filter conditions to apply
repeated .xg.db.sqlPlans.Disjunction filters = 1; -
getFiltersCount
int getFiltersCount()Filter conditions to apply
repeated .xg.db.sqlPlans.Disjunction filters = 1; -
getFiltersOrBuilderList
List<? extends PlanProtocol.DisjunctionOrBuilder> getFiltersOrBuilderList()Filter conditions to apply
repeated .xg.db.sqlPlans.Disjunction filters = 1; -
getFiltersOrBuilder
Filter conditions to apply
repeated .xg.db.sqlPlans.Disjunction filters = 1; -
getCheckedExceptionColsList
repeated string checkedExceptionCols = 2; -
getCheckedExceptionColsCount
int getCheckedExceptionColsCount()repeated string checkedExceptionCols = 2; -
getCheckedExceptionCols
repeated string checkedExceptionCols = 2; -
getCheckedExceptionColsBytes
com.google.protobuf.ByteString getCheckedExceptionColsBytes(int index)repeated string checkedExceptionCols = 2;
-