public interface UnfilteredPartitionIterator extends BasePartitionIterator<UnfilteredRowIterator>
Modifier and Type | Method and Description |
---|---|
boolean |
isForThrift()
Whether that partition iterator is for a thrift queries.
|
CFMetaData |
metadata() |
close
boolean isForThrift()
If this is true, the partition iterator may return some empty UnfilteredRowIterator and those should be preserved as thrift include partitions that "exists" (have some cells even if this are actually deleted) but have nothing matching the query.
CFMetaData metadata()
Copyright © 2020 The Apache Software Foundation