This bytes score struct is an input/output wrapper used for a single data object (represented as FlatBuffers) with its associated query score, which is used for special query results. More...
#include <objectbox.h>
Public Attributes | |
const void * | data |
size_t | size |
double | score |
The query score indicates some quality measurement. E.g. for vector nearest neighbor searches, the score is the distance to the given vector. More... | |
This bytes score struct is an input/output wrapper used for a single data object (represented as FlatBuffers) with its associated query score, which is used for special query results.
const void* OBX_bytes_score::data |
double OBX_bytes_score::score |
The query score indicates some quality measurement. E.g. for vector nearest neighbor searches, the score is the distance to the given vector.
size_t OBX_bytes_score::size |