Object |
FieldDataWrapper.get(int index,
String paramName) |
|
Boolean |
FieldDataWrapper.getAsBool(int index,
String paramName) |
|
Double |
FieldDataWrapper.getAsDouble(int index,
String paramName) |
|
Integer |
FieldDataWrapper.getAsInt(int index,
String paramName) |
|
String |
FieldDataWrapper.getAsString(int index,
String paramName) |
|
List<ShowCollResponseWrapper.CollectionInfo> |
ShowCollResponseWrapper.getCollectionsInfo() |
Get information of the collections.
|
int |
FieldDataWrapper.getDim() |
Gets the dimension value of a vector field.
|
List<?> |
FieldDataWrapper.getFieldData() |
Returns the field data according to its type:
float vector field return List of List Float,
binary vector field return List of ByteBuffer
int64 field return List of Long
int32/int16/int8 field return List of Integer
boolean field return List of Boolean
float field return List of Float
double field return List of Double
varchar field return List of String
etc.
|
List<SearchResultsWrapper.IDScore> |
SearchResultsWrapper.getIDScore(int indexOfTarget) |
Gets ID-score pairs returned by search interface.
|
List<ShowPartResponseWrapper.PartitionInfo> |
ShowPartResponseWrapper.getPartitionsInfo() |
Get information of the partitions.
|
long |
FieldDataWrapper.getRowCount() |
Gets the row count of a field.
|