public interface BaseRowIterator<U extends Unfiltered> extends CloseableIterator<U>
Modifier and Type | Method and Description |
---|---|
RegularAndStaticColumns |
columns()
A subset of the columns for the (static and regular) rows returned by this iterator.
|
boolean |
isEmpty()
Returns whether the provided iterator has no data.
|
boolean |
isReverseOrder()
Whether or not the rows returned by this iterator are in reversed
clustering order.
|
TableMetadata |
metadata()
The metadata for the table this iterator on.
|
DecoratedKey |
partitionKey()
The partition key of the partition this in an iterator over.
|
Row |
staticRow()
The static part corresponding to this partition (this can be an empty
row but cannot be
null ). |
close
TableMetadata metadata()
boolean isReverseOrder()
RegularAndStaticColumns columns()
DecoratedKey partitionKey()
Row staticRow()
null
).boolean isEmpty()
Copyright © 2009-2021 The Apache Software Foundation