Package com.ocient.jdbc.proto
Interface PlanProtocol.LimitOperatorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlanProtocol.LimitOperator,PlanProtocol.LimitOperator.Builder
- Enclosing class:
- PlanProtocol
public static interface PlanProtocol.LimitOperatorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description StringgetCheckedExceptionCols(int index)repeated string checkedExceptionCols = 5;com.google.protobuf.ByteStringgetCheckedExceptionColsBytes(int index)repeated string checkedExceptionCols = 5;intgetCheckedExceptionColsCount()repeated string checkedExceptionCols = 5;List<String>getCheckedExceptionColsList()repeated string checkedExceptionCols = 5;booleangetExactlyOne()bool exactlyOne = 2;booleangetGrouped()If true, this is a grouped limit as is used by correlated subqueriesStringgetGroupingKeys(int index)And these are the grouping keyscom.google.protobuf.ByteStringgetGroupingKeysBytes(int index)And these are the grouping keysintgetGroupingKeysCount()And these are the grouping keysList<String>getGroupingKeysList()And these are the grouping keyslonggetLimitVal()uint64 limitVal = 1;Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getLimitVal
long getLimitVal()uint64 limitVal = 1; -
getExactlyOne
boolean getExactlyOne()bool exactlyOne = 2; -
getGrouped
boolean getGrouped()If true, this is a grouped limit as is used by correlated subqueries
bool grouped = 3; -
getGroupingKeysList
And these are the grouping keys
repeated string groupingKeys = 4; -
getGroupingKeysCount
int getGroupingKeysCount()And these are the grouping keys
repeated string groupingKeys = 4; -
getGroupingKeys
And these are the grouping keys
repeated string groupingKeys = 4; -
getGroupingKeysBytes
com.google.protobuf.ByteString getGroupingKeysBytes(int index)And these are the grouping keys
repeated string groupingKeys = 4; -
getCheckedExceptionColsList
repeated string checkedExceptionCols = 5; -
getCheckedExceptionColsCount
int getCheckedExceptionColsCount()repeated string checkedExceptionCols = 5; -
getCheckedExceptionCols
repeated string checkedExceptionCols = 5; -
getCheckedExceptionColsBytes
com.google.protobuf.ByteString getCheckedExceptionColsBytes(int index)repeated string checkedExceptionCols = 5;
-