Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VectorDB-NTU/RaBitQ-Library
/ lut
Method
lut
include/rabitqlib/index/lut.hpp:61–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
[[nodiscard]] const uint8_t* lut() const { return lut_.data(); };
62
[[nodiscard]] T delta() const { return delta_; };
63
[[nodiscard]] T sum_vl() const { return sum_vl_lut_; };
64
};
Callers
2
split_batch_estdist
Function · 0.45
qg_batch_estdist
Function · 0.45
Calls
1
data
Method · 0.45
Tested by
no test coverage detected