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