Class RowIdToPrimaryKeyWithScoreIterator

java.lang.Object
org.apache.cassandra.utils.AbstractIterator<PrimaryKeyWithScore>
org.apache.cassandra.index.sai.disk.v1.vector.RowIdToPrimaryKeyWithScoreIterator
All Implemented Interfaces:
com.google.common.collect.PeekingIterator<PrimaryKeyWithScore>, AutoCloseable, Iterator<PrimaryKeyWithScore>, CloseableIterator<PrimaryKeyWithScore>

public class RowIdToPrimaryKeyWithScoreIterator extends AbstractIterator<PrimaryKeyWithScore>
An iterator over scored primary keys ordered by the score descending Not skippable.