Package com.ocient.jdbc.proto
Interface PlanProtocol.EosOperatorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlanProtocol.EosOperator,PlanProtocol.EosOperator.Builder
- Enclosing class:
- PlanProtocol
public static interface PlanProtocol.EosOperatorOrBuilder
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.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 string representation of the type of ALL output columns
repeated string colTypes = 1 [deprecated = true]; -
getColTypesCount
Deprecated.The string representation of the type of ALL output columns
repeated string colTypes = 1 [deprecated = true]; -
getColTypes
Deprecated.The string representation of the type of ALL output columns
repeated string colTypes = 1 [deprecated = true]; -
getColTypesBytes
Deprecated.The string representation of the type of ALL output columns
repeated string colTypes = 1 [deprecated = true];
-