Class HnswNode¶
Defined in File hnsw_node.h
Class Documentation¶
-
class
n2::HnswNode¶ Public Functions
-
void
CopyHigherLevelLinksToOptIndex(char *mem_offset, uint64_t memory_per_node_higher_level) const¶
-
void
CopyDataAndLevel0LinksToOptIndex(char *mem_offset, int higher_level_offset) const¶
-
int
GetId() const¶
-
int
GetLevel() const¶
-
size_t
GetMaxM() const¶
-
size_t
GetMaxM0() const¶
-
const float *
GetData() const¶
-
std::mutex &
GetAccessGuard()¶
-
void