public class QueryResultsWrapper
extends java.lang.Object
query
interface.Constructor | Description |
---|---|
QueryResultsWrapper(@NonNull io.milvus.grpc.QueryResults results) |
Modifier and Type | Method | Description |
---|---|---|
FieldDataWrapper |
getFieldWrapper(@NonNull java.lang.String fieldName) |
Gets
FieldDataWrapper for a field. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public QueryResultsWrapper(@NonNull
@NonNull io.milvus.grpc.QueryResults results)
public FieldDataWrapper getFieldWrapper(@NonNull
@NonNull java.lang.String fieldName)
throws ParamException
FieldDataWrapper
for a field.
Throws ParamException
if the field doesn't exist.fieldName
- field name to get output dataFieldDataWrapper
ParamException