public interface UnfilteredPartitionIterator extends java.util.Iterator<UnfilteredRowIterator>, java.lang.AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
isForThrift()
Whether that partition iterator is for a thrift queries.
|
CFMetaData |
metadata() |
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()
void close()
close
in interface java.lang.AutoCloseable
Copyright © 2015 The Apache Software Foundation