Class AggregationQueryPager.AggregationPartitionIterator

java.lang.Object
org.apache.cassandra.service.pager.AggregationQueryPager.GroupByPartitionIterator
org.apache.cassandra.service.pager.AggregationQueryPager.AggregationPartitionIterator
All Implemented Interfaces:
AutoCloseable, Iterator<RowIterator>, BasePartitionIterator<RowIterator>, PartitionIterator, CloseableIterator<RowIterator>
Enclosing class:
AggregationQueryPager

public final class AggregationQueryPager.AggregationPartitionIterator extends AggregationQueryPager.GroupByPartitionIterator
PartitionIterator for queries without Group By but with aggregates.

For maintaining backward compatibility we are forced to use the DataLimits.CQLLimits instead of the DataLimits.CQLGroupByLimits. Due to that pages need to be fetched in a different way.