VaneDB 0.1.0
Embeddable vector database for edge AI
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
vanedb::HNSWSearchResult Struct Reference

#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
 

Detailed Description

Definition at line 48 of file hnsw_index.h.

Member Function Documentation

◆ operator<()

Definition at line 51 of file hnsw_index.h.

References distance, and id.

◆ operator>()

Definition at line 52 of file hnsw_index.h.

References distance, and id.

Member Data Documentation

◆ distance

float vanedb::HNSWSearchResult::distance

Definition at line 50 of file hnsw_index.h.

Referenced by operator<(), and operator>().

◆ id

uint64_t vanedb::HNSWSearchResult::id

Definition at line 49 of file hnsw_index.h.

Referenced by operator<(), and operator>().


The documentation for this struct was generated from the following file: