Package com.ocient.jdbc.proto
Interface PlanProtocol.OrderedDistinctOperatorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlanProtocol.OrderedDistinctOperator,PlanProtocol.OrderedDistinctOperator.Builder
- Enclosing class:
- PlanProtocol
public static interface PlanProtocol.OrderedDistinctOperatorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description booleangetEmitCount()If true, emit a count rather than the actual distinct valuesPlanProtocol.GatherLevelgetLevel().xg.db.sqlPlans.GatherLevel level = 1;intgetLevelValue().xg.db.sqlPlans.GatherLevel level = 1;Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getLevelValue
int getLevelValue().xg.db.sqlPlans.GatherLevel level = 1; -
getLevel
PlanProtocol.GatherLevel getLevel().xg.db.sqlPlans.GatherLevel level = 1; -
getEmitCount
boolean getEmitCount()If true, emit a count rather than the actual distinct values
bool emitCount = 2;
-