Uses of Class
io.dingodb.common.Common.VectorTableData.Builder
Packages that use Common.VectorTableData.Builder
-
Uses of Common.VectorTableData.Builder in io.dingodb.common
Methods in io.dingodb.common that return Common.VectorTableData.BuilderModifier and TypeMethodDescriptionCommon.VectorTableData.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Common.VectorTableData.Builder.clear()Common.VectorTableData.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Common.VectorTableData.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Common.VectorTableData.Builder.clearTableKey()table primary key of this vectorCommon.VectorTableData.Builder.clearTableValue()table value of this vectorCommon.VectorTableData.Builder.clone()Common.VectorWithId.Builder.getTableDataBuilder()table data of this vector, only SQL can use this fieldCommon.VectorTableData.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Common.VectorTableData.Builder.mergeFrom(com.google.protobuf.Message other) Common.VectorTableData.Builder.mergeFrom(Common.VectorTableData other) Common.VectorTableData.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Common.VectorTableData.newBuilder()Common.VectorTableData.newBuilder(Common.VectorTableData prototype) Common.VectorTableData.newBuilderForType()protected Common.VectorTableData.BuilderCommon.VectorTableData.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Common.VectorTableData.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Common.VectorTableData.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Common.VectorTableData.Builder.setTableKey(com.google.protobuf.ByteString value) table primary key of this vectorCommon.VectorTableData.Builder.setTableValue(com.google.protobuf.ByteString value) table value of this vectorCommon.VectorTableData.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Common.VectorTableData.toBuilder()Methods in io.dingodb.common with parameters of type Common.VectorTableData.BuilderModifier and TypeMethodDescriptionCommon.VectorWithId.Builder.setTableData(Common.VectorTableData.Builder builderForValue) table data of this vector, only SQL can use this field -
Uses of Common.VectorTableData.Builder in io.dingodb.debug
Methods in io.dingodb.debug that return Common.VectorTableData.BuilderModifier and TypeMethodDescriptionDebug.DumpRegionResponse.Vector.Builder.getTableDataBuilder().dingodb.pb.common.VectorTableData table_data = 12;Methods in io.dingodb.debug with parameters of type Common.VectorTableData.BuilderModifier and TypeMethodDescriptionDebug.DumpRegionResponse.Vector.Builder.setTableData(Common.VectorTableData.Builder builderForValue) .dingodb.pb.common.VectorTableData table_data = 12;