Package com.ocient.jdbc.proto
Interface PlanProtocol.ProductOperatorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlanProtocol.ProductOperator,PlanProtocol.ProductOperator.Builder
- Enclosing class:
- PlanProtocol
public static interface PlanProtocol.ProductOperatorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description PlanProtocol.DisjunctiongetFilters(int index)Represents a cartesian product or, if there is a filter, a nested loop joinintgetFiltersCount()Represents a cartesian product or, if there is a filter, a nested loop joinList<PlanProtocol.Disjunction>getFiltersList()Represents a cartesian product or, if there is a filter, a nested loop joinPlanProtocol.DisjunctionOrBuildergetFiltersOrBuilder(int index)Represents a cartesian product or, if there is a filter, a nested loop joinList<? extends PlanProtocol.DisjunctionOrBuilder>getFiltersOrBuilderList()Represents a cartesian product or, if there is a filter, a nested loop joinPlanProtocol.JoinTypegetType().xg.db.sqlPlans.JoinType type = 2;intgetTypeValue().xg.db.sqlPlans.JoinType type = 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.Disjunction> getFiltersList()Represents a cartesian product or, if there is a filter, a nested loop join
repeated .xg.db.sqlPlans.Disjunction filters = 1; -
getFilters
Represents a cartesian product or, if there is a filter, a nested loop join
repeated .xg.db.sqlPlans.Disjunction filters = 1; -
getFiltersCount
int getFiltersCount()Represents a cartesian product or, if there is a filter, a nested loop join
repeated .xg.db.sqlPlans.Disjunction filters = 1; -
getFiltersOrBuilderList
List<? extends PlanProtocol.DisjunctionOrBuilder> getFiltersOrBuilderList()Represents a cartesian product or, if there is a filter, a nested loop join
repeated .xg.db.sqlPlans.Disjunction filters = 1; -
getFiltersOrBuilder
Represents a cartesian product or, if there is a filter, a nested loop join
repeated .xg.db.sqlPlans.Disjunction filters = 1; -
getTypeValue
int getTypeValue().xg.db.sqlPlans.JoinType type = 2; -
getType
PlanProtocol.JoinType getType().xg.db.sqlPlans.JoinType type = 2;
-