Uses of Class
io.dingodb.common.Common.VectorTableData
Packages that use Common.VectorTableData
-
Uses of Common.VectorTableData in io.dingodb.common
Methods in io.dingodb.common that return Common.VectorTableDataModifier and TypeMethodDescriptionCommon.VectorTableData.Builder.build()Common.VectorTableData.Builder.buildPartial()static Common.VectorTableDataCommon.VectorTableData.getDefaultInstance()Common.VectorTableData.Builder.getDefaultInstanceForType()Common.VectorTableData.getDefaultInstanceForType()Common.VectorWithId.Builder.getTableData()table data of this vector, only SQL can use this fieldCommon.VectorWithId.getTableData()table data of this vector, only SQL can use this fieldCommon.VectorWithIdOrBuilder.getTableData()table data of this vector, only SQL can use this fieldstatic Common.VectorTableDataCommon.VectorTableData.parseDelimitedFrom(InputStream input) static Common.VectorTableDataCommon.VectorTableData.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.VectorTableDataCommon.VectorTableData.parseFrom(byte[] data) static Common.VectorTableDataCommon.VectorTableData.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.VectorTableDataCommon.VectorTableData.parseFrom(com.google.protobuf.ByteString data) static Common.VectorTableDataCommon.VectorTableData.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.VectorTableDataCommon.VectorTableData.parseFrom(com.google.protobuf.CodedInputStream input) static Common.VectorTableDataCommon.VectorTableData.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.VectorTableDataCommon.VectorTableData.parseFrom(InputStream input) static Common.VectorTableDataCommon.VectorTableData.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.VectorTableDataCommon.VectorTableData.parseFrom(ByteBuffer data) static Common.VectorTableDataCommon.VectorTableData.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.common that return types with arguments of type Common.VectorTableDataModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Common.VectorTableData>Common.VectorTableData.getParserForType()static com.google.protobuf.Parser<Common.VectorTableData>Common.VectorTableData.parser()Methods in io.dingodb.common with parameters of type Common.VectorTableDataModifier and TypeMethodDescriptionCommon.VectorTableData.Builder.mergeFrom(Common.VectorTableData other) Common.VectorWithId.Builder.mergeTableData(Common.VectorTableData value) table data of this vector, only SQL can use this fieldCommon.VectorTableData.newBuilder(Common.VectorTableData prototype) Common.VectorWithId.Builder.setTableData(Common.VectorTableData value) table data of this vector, only SQL can use this field -
Uses of Common.VectorTableData in io.dingodb.debug
Methods in io.dingodb.debug that return Common.VectorTableDataModifier and TypeMethodDescriptionDebug.DumpRegionResponse.Vector.Builder.getTableData().dingodb.pb.common.VectorTableData table_data = 12;Debug.DumpRegionResponse.Vector.getTableData().dingodb.pb.common.VectorTableData table_data = 12;Debug.DumpRegionResponse.VectorOrBuilder.getTableData().dingodb.pb.common.VectorTableData table_data = 12;Methods in io.dingodb.debug with parameters of type Common.VectorTableDataModifier and TypeMethodDescriptionDebug.DumpRegionResponse.Vector.Builder.mergeTableData(Common.VectorTableData value) .dingodb.pb.common.VectorTableData table_data = 12;Debug.DumpRegionResponse.Vector.Builder.setTableData(Common.VectorTableData value) .dingodb.pb.common.VectorTableData table_data = 12;