Class NodeScoreToRowIdWithScoreIterator

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

public class NodeScoreToRowIdWithScoreIterator extends AbstractIterator<RowIdWithScore>
An iterator over RowIdWithScore sorted by score descending. The iterator converts ordinals (node ids) to segment row ids and pairs them with the score given by the index.