Class FilteredRows

    • Field Detail

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

      • filter

        public static RowIterator filter​(UnfilteredRowIterator iterator,
                                         long nowInSecs)
        Filter any RangeTombstoneMarker from the iterator, transforming it into a RowIterator.
      • close

        public final void close()
        Specified by:
        close in interface java.lang.AutoCloseable
      • next

        public final O next()
        Specified by:
        next in interface java.util.Iterator<V>
      • hasMoreContents

        protected final boolean hasMoreContents()