Package org.apache.cassandra.index.sai.iterators
package org.apache.cassandra.index.sai.iterators
-
ClassesClassDescription
KeyRangeConcatIteratortakes a list of sorted range iterators and concatenates them, leaving duplicates in place, to produce a new stably sorted iterator.A simple intersection iterator that makes no real attempts at optimising the iteration apart from initially sorting the ranges.An abstract implementation ofAbstractGuavaIteratorthat supports the building and management of concatanation, union and intersection iterators.Range Union Iterator is used to return sorted stream of elements from multiple RangeIterator instances.An iterator over a priority queue.