public final class FilteredRows extends BaseRows<Row,BaseRowIterator<?>> implements RowIterator
Modifier and Type | Field and Description |
---|---|
static org.apache.cassandra.db.transform.Stack.MoreContentsHolder[] |
EMPTY_MORE_CONTENTS_HOLDERS |
static Transformation[] |
EMPTY_TRANSFORMATIONS |
Modifier and Type | Method and Description |
---|---|
void |
close() |
static RowIterator |
filter(UnfilteredRowIterator iterator,
int nowInSecs)
Filter any RangeTombstoneMarker from the iterator, transforming it into a RowIterator.
|
protected boolean |
hasMoreContents() |
boolean |
isEmpty()
Returns whether the provided iterator has no data.
|
O |
next() |
applyOne, columns, hasNext, isReverseOrder, metadata, partitionKey, runOnClose, staticRow
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
columns, isReverseOrder, metadata, partitionKey, staticRow
close
public static final Transformation[] EMPTY_TRANSFORMATIONS
public static final org.apache.cassandra.db.transform.Stack.MoreContentsHolder[] EMPTY_MORE_CONTENTS_HOLDERS
public boolean isEmpty()
RowIterator
isEmpty
in interface BaseRowIterator<Row>
isEmpty
in interface RowIterator
public static RowIterator filter(UnfilteredRowIterator iterator, int nowInSecs)
public final void close()
close
in interface java.lang.AutoCloseable
public final O next()
next
in interface java.util.Iterator<O extends V>
protected final boolean hasMoreContents()
Copyright © 2020 The Apache Software Foundation