Package io.milvus.response.basic
Class RowRecordWrapper
java.lang.Object
io.milvus.response.basic.RowRecordWrapper
- Direct Known Subclasses:
QueryResultsWrapper,SearchResultsWrapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected QueryResultsWrapper.RowRecordbuildRowRecord(QueryResultsWrapper.RowRecord record, long index) Gets a row record from result.Get the dynamic field.protected FieldDataWrappergetFieldWrapperInternal(FieldData field) abstract List<QueryResultsWrapper.RowRecord>
-
Constructor Details
-
RowRecordWrapper
public RowRecordWrapper()
-
-
Method Details
-
getRowRecords
-
getFieldWrapperInternal
-
getDynamicWrapper
Get the dynamic field. Only available when a collection's dynamic field is enabled. ThrowsParamExceptionif the dynamic field doesn't exist.- Returns:
FieldDataWrapper- Throws:
ParamException
-
buildRowRecord
protected QueryResultsWrapper.RowRecord buildRowRecord(QueryResultsWrapper.RowRecord record, long index) Gets a row record from result. ThrowsParamExceptionif the index is illegal.- Returns:
RowRecorda row record of the result
-
getFieldDataList
-
getOutputFields
-