Skip to content

Commit 7f02719

Browse files
committed
HNSW uses rabitq and affine operators
1 parent 1ca30aa commit 7f02719

File tree

4 files changed

+92
-97
lines changed

4 files changed

+92
-97
lines changed

fdb-extensions/src/main/java/com/apple/foundationdb/async/hnsw/AccessInfo.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ public EntryNodeReference getEntryNodeReference() {
4747
return entryNodeReference;
4848
}
4949

50+
public boolean canBeTransformed() {
51+
return getCentroid() != null;
52+
}
53+
5054
public long getRotatorSeed() {
5155
return rotatorSeed;
5256
}

0 commit comments

Comments
 (0)