Package com.ocient.jdbc.proto
Interface PlanProtocol.OrderedGatherOperatorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlanProtocol.OrderedGatherOperator,PlanProtocol.OrderedGatherOperator.Builder
- Enclosing class:
- PlanProtocol
public static interface PlanProtocol.OrderedGatherOperatorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description booleangetDirections(int index)The directions for each sort col - true = ascendingintgetDirectionsCount()The directions for each sort col - true = ascendingList<Boolean>getDirectionsList()The directions for each sort col - true = ascendingPlanProtocol.GatherLevelgetLevel().xg.db.sqlPlans.GatherLevel level = 3;intgetLevelValue().xg.db.sqlPlans.GatherLevel level = 3;booleangetNullsFirst(int index)repeated bool nulls_first = 4;intgetNullsFirstCount()repeated bool nulls_first = 4;List<Boolean>getNullsFirstList()repeated bool nulls_first = 4;StringgetSortKeys(int index)The sort columns - order matterscom.google.protobuf.ByteStringgetSortKeysBytes(int index)The sort columns - order mattersintgetSortKeysCount()The sort columns - order mattersList<String>getSortKeysList()The sort columns - order mattersbooleangetZerocopy()bool zerocopy = 5;Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSortKeysList
The sort columns - order matters
repeated string sortKeys = 1; -
getSortKeysCount
int getSortKeysCount()The sort columns - order matters
repeated string sortKeys = 1; -
getSortKeys
The sort columns - order matters
repeated string sortKeys = 1; -
getSortKeysBytes
com.google.protobuf.ByteString getSortKeysBytes(int index)The sort columns - order matters
repeated string sortKeys = 1; -
getDirectionsList
The directions for each sort col - true = ascending
repeated bool directions = 2; -
getDirectionsCount
int getDirectionsCount()The directions for each sort col - true = ascending
repeated bool directions = 2; -
getDirections
boolean getDirections(int index)The directions for each sort col - true = ascending
repeated bool directions = 2; -
getLevelValue
int getLevelValue().xg.db.sqlPlans.GatherLevel level = 3; -
getLevel
PlanProtocol.GatherLevel getLevel().xg.db.sqlPlans.GatherLevel level = 3; -
getNullsFirstList
repeated bool nulls_first = 4; -
getNullsFirstCount
int getNullsFirstCount()repeated bool nulls_first = 4; -
getNullsFirst
boolean getNullsFirst(int index)repeated bool nulls_first = 4; -
getZerocopy
boolean getZerocopy()bool zerocopy = 5;
-