Uses of Interface
io.milvus.grpc.RowRecordOrBuilder
-
Packages that use RowRecordOrBuilder Package Description io.milvus.grpc -
-
Uses of RowRecordOrBuilder in io.milvus.grpc
Classes in io.milvus.grpc that implement RowRecordOrBuilder Modifier and Type Class Description classRowRecord@brief Record insertedstatic classRowRecord.Builder@brief Record insertedMethods in io.milvus.grpc that return RowRecordOrBuilder Modifier and Type Method Description RowRecordOrBuilderSearchParam.Builder. getQueryRecordArrayOrBuilder(int index)repeated .milvus.grpc.RowRecord query_record_array = 3;RowRecordOrBuilderSearchParam. getQueryRecordArrayOrBuilder(int index)repeated .milvus.grpc.RowRecord query_record_array = 3;RowRecordOrBuilderSearchParamOrBuilder. getQueryRecordArrayOrBuilder(int index)repeated .milvus.grpc.RowRecord query_record_array = 3;RowRecordOrBuilderInsertParam.Builder. getRowRecordArrayOrBuilder(int index)repeated .milvus.grpc.RowRecord row_record_array = 2;RowRecordOrBuilderInsertParam. getRowRecordArrayOrBuilder(int index)repeated .milvus.grpc.RowRecord row_record_array = 2;RowRecordOrBuilderInsertParamOrBuilder. getRowRecordArrayOrBuilder(int index)repeated .milvus.grpc.RowRecord row_record_array = 2;RowRecordOrBuilderVectorData.Builder. getVectorDataOrBuilder().milvus.grpc.RowRecord vector_data = 2;RowRecordOrBuilderVectorData. getVectorDataOrBuilder().milvus.grpc.RowRecord vector_data = 2;RowRecordOrBuilderVectorDataOrBuilder. getVectorDataOrBuilder().milvus.grpc.RowRecord vector_data = 2;Methods in io.milvus.grpc that return types with arguments of type RowRecordOrBuilder Modifier and Type Method Description List<? extends RowRecordOrBuilder>SearchParam.Builder. getQueryRecordArrayOrBuilderList()repeated .milvus.grpc.RowRecord query_record_array = 3;List<? extends RowRecordOrBuilder>SearchParam. getQueryRecordArrayOrBuilderList()repeated .milvus.grpc.RowRecord query_record_array = 3;List<? extends RowRecordOrBuilder>SearchParamOrBuilder. getQueryRecordArrayOrBuilderList()repeated .milvus.grpc.RowRecord query_record_array = 3;List<? extends RowRecordOrBuilder>InsertParam.Builder. getRowRecordArrayOrBuilderList()repeated .milvus.grpc.RowRecord row_record_array = 2;List<? extends RowRecordOrBuilder>InsertParam. getRowRecordArrayOrBuilderList()repeated .milvus.grpc.RowRecord row_record_array = 2;List<? extends RowRecordOrBuilder>InsertParamOrBuilder. getRowRecordArrayOrBuilderList()repeated .milvus.grpc.RowRecord row_record_array = 2;
-