Uses of Class
org.apache.cassandra.index.sai.disk.v1.vector.RowIdWithScore
Packages that use RowIdWithScore
-
Uses of RowIdWithScore in org.apache.cassandra.index.sai.disk.v1.vector
Methods in org.apache.cassandra.index.sai.disk.v1.vector that return RowIdWithScoreModifier and TypeMethodDescriptionprotected RowIdWithScoreBruteForceRowIdIterator.computeNext()protected RowIdWithScoreNeighborQueueRowIdIterator.computeNext()protected RowIdWithScoreNodeScoreToRowIdWithScoreIterator.computeNext()Methods in org.apache.cassandra.index.sai.disk.v1.vector that return types with arguments of type RowIdWithScoreModifier and TypeMethodDescriptionDiskAnn.search(float[] queryVector, int topK, int limit, io.github.jbellis.jvector.util.Bits acceptBits, IntConsumer nodesVisitedConsumer) Constructor parameters in org.apache.cassandra.index.sai.disk.v1.vector with type arguments of type RowIdWithScoreModifierConstructorDescriptionRowIdToPrimaryKeyWithScoreIterator(ColumnMetadata column, PrimaryKeyMap.Factory primaryKeyMapFactory, CloseableIterator<RowIdWithScore> scoredRowIdIterator, long segmentRowIdOffset)