Package io.milvus.response
Class QueryResultsWrapper.RowRecord
java.lang.Object
io.milvus.response.QueryResultsWrapper.RowRecord
- Enclosing class:
QueryResultsWrapper
Internal-use class to wrap response of
query interface.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RowRecord
public RowRecord()
-
-
Method Details
-
put
-
get
Get a value by a key name. If the key name is a field name, return the value of this field. If the key name is in dynamic field, return the value from the dynamic field. ThrowsParamExceptionif the key name doesn't exist.- Parameters:
keyName- a field name or dynamic field name- Returns:
Object- Throws:
ParamException
-
contains
Test if a key exists- Parameters:
keyName- a field name or dynamic field name- Returns:
- boolean
-
toString
Constructs aStringbyQueryResultsWrapper.RowRecordinstance.
-