Package com.ocient.jdbc.proto
Interface PlanProtocol.ReferenceOperatorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlanProtocol.ReferenceOperator,PlanProtocol.ReferenceOperator.Builder
- Enclosing class:
- PlanProtocol
public static interface PlanProtocol.ReferenceOperatorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description StringgetColTypes(int index)Deprecated.com.google.protobuf.ByteStringgetColTypesBytes(int index)Deprecated.intgetColTypesCount()Deprecated.List<String>getColTypesList()Deprecated.intgetParentIndex()uint32 parent_index = 2;Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getColTypesList
Deprecated.The only thing we track here is the string version of all the types
repeated string colTypes = 1 [deprecated = true]; -
getColTypesCount
Deprecated.The only thing we track here is the string version of all the types
repeated string colTypes = 1 [deprecated = true]; -
getColTypes
Deprecated.The only thing we track here is the string version of all the types
repeated string colTypes = 1 [deprecated = true]; -
getColTypesBytes
Deprecated.The only thing we track here is the string version of all the types
repeated string colTypes = 1 [deprecated = true]; -
getParentIndex
int getParentIndex()uint32 parent_index = 2;
-