Class FilteredPartition

    • Constructor Detail

      • FilteredPartition

        public FilteredPartition​(RowIterator rows)
    • Method Detail

      • 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.