Package com.ocient.jdbc.proto
Class PlanProtocol.MakeVectorOperator.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.MakeVectorOperator.Builder>
-
- com.ocient.jdbc.proto.PlanProtocol.MakeVectorOperator.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,PlanProtocol.MakeVectorOperatorOrBuilder,Cloneable
- Enclosing class:
- PlanProtocol.MakeVectorOperator
public static final class PlanProtocol.MakeVectorOperator.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.MakeVectorOperator.Builder> implements PlanProtocol.MakeVectorOperatorOrBuilder
Protobuf typexg.db.sqlPlans.MakeVectorOperator
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PlanProtocol.MakeVectorOperator.BuilderaddAllVectorCols(Iterable<String> values)The input columns that make up the vectorPlanProtocol.MakeVectorOperator.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)PlanProtocol.MakeVectorOperator.BuilderaddVectorCols(String value)The input columns that make up the vectorPlanProtocol.MakeVectorOperator.BuilderaddVectorColsBytes(com.google.protobuf.ByteString value)The input columns that make up the vectorPlanProtocol.MakeVectorOperatorbuild()PlanProtocol.MakeVectorOperatorbuildPartial()PlanProtocol.MakeVectorOperator.Builderclear()PlanProtocol.MakeVectorOperator.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)PlanProtocol.MakeVectorOperator.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)PlanProtocol.MakeVectorOperator.BuilderclearOutName()The name of the new vector columnPlanProtocol.MakeVectorOperator.BuilderclearVectorCols()The input columns that make up the vectorPlanProtocol.MakeVectorOperator.Builderclone()PlanProtocol.MakeVectorOperatorgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetOutName()The name of the new vector columncom.google.protobuf.ByteStringgetOutNameBytes()The name of the new vector columnStringgetVectorCols(int index)The input columns that make up the vectorcom.google.protobuf.ByteStringgetVectorColsBytes(int index)The input columns that make up the vectorintgetVectorColsCount()The input columns that make up the vectorcom.google.protobuf.ProtocolStringListgetVectorColsList()The input columns that make up the vectorprotected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()PlanProtocol.MakeVectorOperator.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)PlanProtocol.MakeVectorOperator.BuildermergeFrom(com.google.protobuf.Message other)PlanProtocol.MakeVectorOperator.BuildermergeFrom(PlanProtocol.MakeVectorOperator other)PlanProtocol.MakeVectorOperator.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)PlanProtocol.MakeVectorOperator.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)PlanProtocol.MakeVectorOperator.BuildersetOutName(String value)The name of the new vector columnPlanProtocol.MakeVectorOperator.BuildersetOutNameBytes(com.google.protobuf.ByteString value)The name of the new vector columnPlanProtocol.MakeVectorOperator.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)PlanProtocol.MakeVectorOperator.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)PlanProtocol.MakeVectorOperator.BuildersetVectorCols(int index, String value)The input columns that make up the vector-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.MakeVectorOperator.Builder>
-
clear
public PlanProtocol.MakeVectorOperator.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.MakeVectorOperator.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.MakeVectorOperator.Builder>
-
getDefaultInstanceForType
public PlanProtocol.MakeVectorOperator getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public PlanProtocol.MakeVectorOperator build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public PlanProtocol.MakeVectorOperator buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public PlanProtocol.MakeVectorOperator.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.MakeVectorOperator.Builder>
-
setField
public PlanProtocol.MakeVectorOperator.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.MakeVectorOperator.Builder>
-
clearField
public PlanProtocol.MakeVectorOperator.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.MakeVectorOperator.Builder>
-
clearOneof
public PlanProtocol.MakeVectorOperator.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.MakeVectorOperator.Builder>
-
setRepeatedField
public PlanProtocol.MakeVectorOperator.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.MakeVectorOperator.Builder>
-
addRepeatedField
public PlanProtocol.MakeVectorOperator.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.MakeVectorOperator.Builder>
-
mergeFrom
public PlanProtocol.MakeVectorOperator.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<PlanProtocol.MakeVectorOperator.Builder>
-
mergeFrom
public PlanProtocol.MakeVectorOperator.Builder mergeFrom(PlanProtocol.MakeVectorOperator other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.MakeVectorOperator.Builder>
-
mergeFrom
public PlanProtocol.MakeVectorOperator.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<PlanProtocol.MakeVectorOperator.Builder>- Throws:
IOException
-
getVectorColsList
public com.google.protobuf.ProtocolStringList getVectorColsList()
The input columns that make up the vector
repeated string vectorCols = 1;- Specified by:
getVectorColsListin interfacePlanProtocol.MakeVectorOperatorOrBuilder- Returns:
- A list containing the vectorCols.
-
getVectorColsCount
public int getVectorColsCount()
The input columns that make up the vector
repeated string vectorCols = 1;- Specified by:
getVectorColsCountin interfacePlanProtocol.MakeVectorOperatorOrBuilder- Returns:
- The count of vectorCols.
-
getVectorCols
public String getVectorCols(int index)
The input columns that make up the vector
repeated string vectorCols = 1;- Specified by:
getVectorColsin interfacePlanProtocol.MakeVectorOperatorOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The vectorCols at the given index.
-
getVectorColsBytes
public com.google.protobuf.ByteString getVectorColsBytes(int index)
The input columns that make up the vector
repeated string vectorCols = 1;- Specified by:
getVectorColsBytesin interfacePlanProtocol.MakeVectorOperatorOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the vectorCols at the given index.
-
setVectorCols
public PlanProtocol.MakeVectorOperator.Builder setVectorCols(int index, String value)
The input columns that make up the vector
repeated string vectorCols = 1;- Parameters:
index- The index to set the value at.value- The vectorCols to set.- Returns:
- This builder for chaining.
-
addVectorCols
public PlanProtocol.MakeVectorOperator.Builder addVectorCols(String value)
The input columns that make up the vector
repeated string vectorCols = 1;- Parameters:
value- The vectorCols to add.- Returns:
- This builder for chaining.
-
addAllVectorCols
public PlanProtocol.MakeVectorOperator.Builder addAllVectorCols(Iterable<String> values)
The input columns that make up the vector
repeated string vectorCols = 1;- Parameters:
values- The vectorCols to add.- Returns:
- This builder for chaining.
-
clearVectorCols
public PlanProtocol.MakeVectorOperator.Builder clearVectorCols()
The input columns that make up the vector
repeated string vectorCols = 1;- Returns:
- This builder for chaining.
-
addVectorColsBytes
public PlanProtocol.MakeVectorOperator.Builder addVectorColsBytes(com.google.protobuf.ByteString value)
The input columns that make up the vector
repeated string vectorCols = 1;- Parameters:
value- The bytes of the vectorCols to add.- Returns:
- This builder for chaining.
-
getOutName
public String getOutName()
The name of the new vector column
string outName = 2;- Specified by:
getOutNamein interfacePlanProtocol.MakeVectorOperatorOrBuilder- Returns:
- The outName.
-
getOutNameBytes
public com.google.protobuf.ByteString getOutNameBytes()
The name of the new vector column
string outName = 2;- Specified by:
getOutNameBytesin interfacePlanProtocol.MakeVectorOperatorOrBuilder- Returns:
- The bytes for outName.
-
setOutName
public PlanProtocol.MakeVectorOperator.Builder setOutName(String value)
The name of the new vector column
string outName = 2;- Parameters:
value- The outName to set.- Returns:
- This builder for chaining.
-
clearOutName
public PlanProtocol.MakeVectorOperator.Builder clearOutName()
The name of the new vector column
string outName = 2;- Returns:
- This builder for chaining.
-
setOutNameBytes
public PlanProtocol.MakeVectorOperator.Builder setOutNameBytes(com.google.protobuf.ByteString value)
The name of the new vector column
string outName = 2;- Parameters:
value- The bytes for outName to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final PlanProtocol.MakeVectorOperator.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.MakeVectorOperator.Builder>
-
mergeUnknownFields
public final PlanProtocol.MakeVectorOperator.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PlanProtocol.MakeVectorOperator.Builder>
-
-