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
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 unpackMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getVectorCol
String getVectorCol()The name of the vector column to unpack
string vectorCol = 1; -
getVectorColBytes
com.google.protobuf.ByteString getVectorColBytes()The name of the vector column to unpack
string vectorCol = 1; -
getOutNamesList
The names of the columns to create
repeated string outNames = 2; -
getOutNamesCount
int getOutNamesCount()The names of the columns to create
repeated string outNames = 2; -
getOutNames
The names of the columns to create
repeated string outNames = 2; -
getOutNamesBytes
com.google.protobuf.ByteString getOutNamesBytes(int index)The names of the columns to create
repeated string outNames = 2;
-