|
VaneDB 0.1.0
Embeddable vector database for edge AI
|
#include <hnsw_index.h>
Public Member Functions | |
| bool | operator< (const HNSWSearchResult &o) const |
| bool | operator> (const HNSWSearchResult &o) const |
Public Attributes | |
| uint64_t | id |
| float | distance |
Definition at line 48 of file hnsw_index.h.
|
inline |
Definition at line 51 of file hnsw_index.h.
|
inline |
Definition at line 52 of file hnsw_index.h.
| float vanedb::HNSWSearchResult::distance |
Definition at line 50 of file hnsw_index.h.
Referenced by operator<(), and operator>().
| uint64_t vanedb::HNSWSearchResult::id |
Definition at line 49 of file hnsw_index.h.
Referenced by operator<(), and operator>().