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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetColTypes(int index)The string representation of the type of ALL output columnscom.google.protobuf.ByteStringgetColTypesBytes(int index)The string representation of the type of ALL output columnsintgetColTypesCount()The string representation of the type of ALL output columnsList<String>getColTypesList()The string representation of the type of ALL output columns-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getColTypesList
List<String> getColTypesList()
The string representation of the type of ALL output columns
repeated string colTypes = 1;- Returns:
- A list containing the colTypes.
-
getColTypesCount
int getColTypesCount()
The string representation of the type of ALL output columns
repeated string colTypes = 1;- Returns:
- The count of colTypes.
-
getColTypes
String getColTypes(int index)
The string representation of the type of ALL output columns
repeated string colTypes = 1;- Parameters:
index- The index of the element to return.- Returns:
- The colTypes at the given index.
-
getColTypesBytes
com.google.protobuf.ByteString getColTypesBytes(int index)
The string representation of the type of ALL output columns
repeated string colTypes = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the colTypes at the given index.
-
-