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:
FloatVector field returns List of List Float,
BinaryVector/Float16Vector/BFloat16Vector fields return List of ByteBuffer
SparseFloatVector field returns List of SortedMap[Long, Float]
Int64 field returns List of Long
Int32/Int16/Int8 fields return List of Integer
Bool field returns List of Boolean
Float field returns List of Float
Double field returns List of Double
Varchar field returns List of String
Array field returns List of List
JSON field returns 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.
|