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 classRowRecordProtobuf typemilvus.grpc.RowRecordstatic classRowRecord.BuilderProtobuf typemilvus.grpc.RowRecordMethods in io.milvus.grpc that return RowRecordOrBuilder Modifier and Type Method Description RowRecordOrBuilderSearchParam.Builder. getQueryRecordArrayOrBuilder(int index)repeated .milvus.grpc.RowRecord query_record_array = 2;RowRecordOrBuilderSearchParam. getQueryRecordArrayOrBuilder(int index)repeated .milvus.grpc.RowRecord query_record_array = 2;RowRecordOrBuilderSearchParamOrBuilder. getQueryRecordArrayOrBuilder(int index)repeated .milvus.grpc.RowRecord query_record_array = 2;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;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 = 2;List<? extends RowRecordOrBuilder>SearchParam. getQueryRecordArrayOrBuilderList()repeated .milvus.grpc.RowRecord query_record_array = 2;List<? extends RowRecordOrBuilder>SearchParamOrBuilder. getQueryRecordArrayOrBuilderList()repeated .milvus.grpc.RowRecord query_record_array = 2;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;
-