Package com.ocient.jdbc.proto
Interface PlanProtocol.UnmakeVectorOperatorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlanProtocol.UnmakeVectorOperator,PlanProtocol.UnmakeVectorOperator.Builder
- Enclosing class:
- PlanProtocol
public static interface PlanProtocol.UnmakeVectorOperatorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetOutNames(int index)The names of the columns to createcom.google.protobuf.ByteStringgetOutNamesBytes(int index)The names of the columns to createintgetOutNamesCount()The names of the columns to createList<String>getOutNamesList()The names of the columns to createStringgetVectorCol()The name of the vector column to unpackcom.google.protobuf.ByteStringgetVectorColBytes()The name of the vector column to unpack-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getVectorCol
String getVectorCol()
The name of the vector column to unpack
string vectorCol = 1;- Returns:
- The vectorCol.
-
getVectorColBytes
com.google.protobuf.ByteString getVectorColBytes()
The name of the vector column to unpack
string vectorCol = 1;- Returns:
- The bytes for vectorCol.
-
getOutNamesList
List<String> getOutNamesList()
The names of the columns to create
repeated string outNames = 2;- Returns:
- A list containing the outNames.
-
getOutNamesCount
int getOutNamesCount()
The names of the columns to create
repeated string outNames = 2;- Returns:
- The count of outNames.
-
getOutNames
String getOutNames(int index)
The names of the columns to create
repeated string outNames = 2;- Parameters:
index- The index of the element to return.- Returns:
- The outNames at the given index.
-
getOutNamesBytes
com.google.protobuf.ByteString getOutNamesBytes(int index)
The names of the columns to create
repeated string outNames = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the outNames at the given index.
-
-