public class SingletonUnfilteredPartitionIterator extends java.lang.Object implements UnfilteredPartitionIterator
| Constructor and Description |
|---|
SingletonUnfilteredPartitionIterator(UnfilteredRowIterator iter) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
TableMetadata |
metadata() |
UnfilteredRowIterator |
next() |
void |
remove() |
public SingletonUnfilteredPartitionIterator(UnfilteredRowIterator iter)
public TableMetadata metadata()
metadata in interface UnfilteredPartitionIteratorpublic boolean hasNext()
hasNext in interface java.util.Iterator<UnfilteredRowIterator>public UnfilteredRowIterator next()
next in interface java.util.Iterator<UnfilteredRowIterator>public void remove()
remove in interface java.util.Iterator<UnfilteredRowIterator>public void close()
close in interface java.lang.AutoCloseableclose in interface BasePartitionIterator<UnfilteredRowIterator>close in interface CloseableIterator<UnfilteredRowIterator>Copyright © 2009-2020 The Apache Software Foundation