Class FilteredPartition

All Implemented Interfaces:
Iterable<Row>, Partition

public class FilteredPartition extends ImmutableBTreePartition
  • Constructor Details

    • FilteredPartition

      public FilteredPartition(RowIterator rows)
  • Method Details

    • create

      public static FilteredPartition create(RowIterator iterator)
      Create a FilteredPartition holding all the rows of the provided iterator. Warning: Note that this method does not close the provided iterator and it is up to the caller to do so.
    • rowIterator

      public RowIterator rowIterator()