Interface UnfilteredRowIterator

    • Method Detail

      • partitionLevelDeletion

        DeletionTime partitionLevelDeletion()
        The partition level deletion for the partition this iterate over.
      • stats

        EncodingStats stats()
        Return "statistics" about what is returned by this iterator. Those are used for performance reasons (for delta-encoding for instance) and code should not expect those to be exact.
      • isEmpty

        default boolean isEmpty()
        Returns whether this iterator has no data (including no deletion data).
        Specified by:
        isEmpty in interface BaseRowIterator<Unfiltered>