Package io.milvus.response.basic
Class RowRecordWrapper
- java.lang.Object
-
- io.milvus.response.basic.RowRecordWrapper
-
- Direct Known Subclasses:
QueryResultsWrapper
,SearchResultsWrapper
public abstract class RowRecordWrapper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RowRecordWrapper()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description FieldDataWrapper
getDynamicWrapper()
Get the dynamic field.abstract java.util.List<QueryResultsWrapper.RowRecord>
getRowRecords()
-
-
-
Method Detail
-
getRowRecords
public abstract java.util.List<QueryResultsWrapper.RowRecord> getRowRecords()
-
getDynamicWrapper
public FieldDataWrapper getDynamicWrapper() throws ParamException
Get the dynamic field. Only available when a collection's dynamic field is enabled. ThrowsParamException
if the dynamic field doesn't exist.- Returns:
FieldDataWrapper
- Throws:
ParamException
-
-