Interface BasePartitionIterator<I extends BaseRowIterator<?>>

All Superinterfaces:
AutoCloseable, CloseableIterator<I>, Iterator<I>
All Known Subinterfaces:
ISSTableScanner, PartitionIterator, UnfilteredPartitionIterator
All Known Implementing Classes:
AbstractUnfilteredPartitionIterator, AggregationQueryPager.AggregationPartitionIterator, AggregationQueryPager.GroupByPartitionIterator, BasePartitions, BigTableScanner, BtiTableScanner, CassandraValidationIterator, CompactionIterator, EmptySSTableScanner, FilteredPartitions, InMemoryPartitionIterator, InMemoryUnfilteredPartitionIterator, RangeCommandIterator, ScanAllRangesCommandIterator, ShardedSkipListMemtable.MemtableUnfilteredPartitionIterator, SingletonUnfilteredPartitionIterator, SSTableScanner, SSTableSimpleScanner, StorageAttachedIndexSearcher.ScoreOrderedResultRetriever, ValidationPartitionIterator

public interface BasePartitionIterator<I extends BaseRowIterator<?>> extends CloseableIterator<I>