Class FilteredPartitions

All Implemented Interfaces:
AutoCloseable, Iterator<RowIterator>, BasePartitionIterator<RowIterator>, PartitionIterator, CloseableIterator<RowIterator>

public final class FilteredPartitions extends BasePartitions<RowIterator,BasePartitionIterator<?>> implements PartitionIterator
  • Field Details

    • EMPTY_TRANSFORMATIONS

      public static final Transformation[] EMPTY_TRANSFORMATIONS
    • EMPTY_MORE_CONTENTS_HOLDERS

      public static final org.apache.cassandra.db.transform.Stack.MoreContentsHolder[] EMPTY_MORE_CONTENTS_HOLDERS
  • Method Details