Uses of Class
io.milvus.grpc.RowRecord
-
Packages that use RowRecord Package Description io.milvus.grpc -
-
Uses of RowRecord in io.milvus.grpc
Methods in io.milvus.grpc that return RowRecord Modifier and Type Method Description RowRecordRowRecord.Builder. build()RowRecordRowRecord.Builder. buildPartial()static RowRecordRowRecord. getDefaultInstance()RowRecordRowRecord.Builder. getDefaultInstanceForType()RowRecordRowRecord. getDefaultInstanceForType()RowRecordSearchParam.Builder. getQueryRecordArray(int index)repeated .milvus.grpc.RowRecord query_record_array = 3;RowRecordSearchParam. getQueryRecordArray(int index)repeated .milvus.grpc.RowRecord query_record_array = 3;RowRecordSearchParamOrBuilder. getQueryRecordArray(int index)repeated .milvus.grpc.RowRecord query_record_array = 3;RowRecordInsertParam.Builder. getRowRecordArray(int index)repeated .milvus.grpc.RowRecord row_record_array = 2;RowRecordInsertParam. getRowRecordArray(int index)repeated .milvus.grpc.RowRecord row_record_array = 2;RowRecordInsertParamOrBuilder. getRowRecordArray(int index)repeated .milvus.grpc.RowRecord row_record_array = 2;RowRecordVectorData.Builder. getVectorData().milvus.grpc.RowRecord vector_data = 2;RowRecordVectorData. getVectorData().milvus.grpc.RowRecord vector_data = 2;RowRecordVectorDataOrBuilder. getVectorData().milvus.grpc.RowRecord vector_data = 2;static RowRecordRowRecord. parseDelimitedFrom(InputStream input)static RowRecordRowRecord. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RowRecordRowRecord. parseFrom(byte[] data)static RowRecordRowRecord. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RowRecordRowRecord. parseFrom(com.google.protobuf.ByteString data)static RowRecordRowRecord. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RowRecordRowRecord. parseFrom(com.google.protobuf.CodedInputStream input)static RowRecordRowRecord. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RowRecordRowRecord. parseFrom(InputStream input)static RowRecordRowRecord. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RowRecordRowRecord. parseFrom(ByteBuffer data)static RowRecordRowRecord. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.milvus.grpc that return types with arguments of type RowRecord Modifier and Type Method Description com.google.protobuf.Parser<RowRecord>RowRecord. getParserForType()List<RowRecord>SearchParam.Builder. getQueryRecordArrayList()repeated .milvus.grpc.RowRecord query_record_array = 3;List<RowRecord>SearchParam. getQueryRecordArrayList()repeated .milvus.grpc.RowRecord query_record_array = 3;List<RowRecord>SearchParamOrBuilder. getQueryRecordArrayList()repeated .milvus.grpc.RowRecord query_record_array = 3;List<RowRecord>InsertParam.Builder. getRowRecordArrayList()repeated .milvus.grpc.RowRecord row_record_array = 2;List<RowRecord>InsertParam. getRowRecordArrayList()repeated .milvus.grpc.RowRecord row_record_array = 2;List<RowRecord>InsertParamOrBuilder. getRowRecordArrayList()repeated .milvus.grpc.RowRecord row_record_array = 2;static com.google.protobuf.Parser<RowRecord>RowRecord. parser()Methods in io.milvus.grpc with parameters of type RowRecord Modifier and Type Method Description SearchParam.BuilderSearchParam.Builder. addQueryRecordArray(int index, RowRecord value)repeated .milvus.grpc.RowRecord query_record_array = 3;SearchParam.BuilderSearchParam.Builder. addQueryRecordArray(RowRecord value)repeated .milvus.grpc.RowRecord query_record_array = 3;InsertParam.BuilderInsertParam.Builder. addRowRecordArray(int index, RowRecord value)repeated .milvus.grpc.RowRecord row_record_array = 2;InsertParam.BuilderInsertParam.Builder. addRowRecordArray(RowRecord value)repeated .milvus.grpc.RowRecord row_record_array = 2;RowRecord.BuilderRowRecord.Builder. mergeFrom(RowRecord other)VectorData.BuilderVectorData.Builder. mergeVectorData(RowRecord value).milvus.grpc.RowRecord vector_data = 2;static RowRecord.BuilderRowRecord. newBuilder(RowRecord prototype)SearchParam.BuilderSearchParam.Builder. setQueryRecordArray(int index, RowRecord value)repeated .milvus.grpc.RowRecord query_record_array = 3;InsertParam.BuilderInsertParam.Builder. setRowRecordArray(int index, RowRecord value)repeated .milvus.grpc.RowRecord row_record_array = 2;VectorData.BuilderVectorData.Builder. setVectorData(RowRecord value).milvus.grpc.RowRecord vector_data = 2;Method parameters in io.milvus.grpc with type arguments of type RowRecord Modifier and Type Method Description SearchParam.BuilderSearchParam.Builder. addAllQueryRecordArray(Iterable<? extends RowRecord> values)repeated .milvus.grpc.RowRecord query_record_array = 3;InsertParam.BuilderInsertParam.Builder. addAllRowRecordArray(Iterable<? extends RowRecord> values)repeated .milvus.grpc.RowRecord row_record_array = 2;
-