public class QueryRowSetIterator extends Object implements Iterator<DirectRowSet>, Iterable<DirectRowSet>
| Constructor and Description |
|---|
QueryRowSetIterator(BufferAllocator allocator,
BufferingQueryEventListener listener) |
| Modifier and Type | Method and Description |
|---|---|
int |
batchCount() |
UserBitShared.QueryResult.QueryState |
finalState() |
boolean |
hasNext() |
Iterator<DirectRowSet> |
iterator() |
DirectRowSet |
next() |
void |
printAll() |
UserBitShared.QueryId |
queryId() |
String |
queryIdString() |
void |
remove() |
int |
rowCount() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingforEach, spliteratorpublic QueryRowSetIterator(BufferAllocator allocator, BufferingQueryEventListener listener)
public UserBitShared.QueryId queryId()
public String queryIdString()
public UserBitShared.QueryResult.QueryState finalState()
public int batchCount()
public int rowCount()
public boolean hasNext()
hasNext in interface Iterator<DirectRowSet>public DirectRowSet next()
next in interface Iterator<DirectRowSet>public void printAll()
public Iterator<DirectRowSet> iterator()
iterator in interface Iterable<DirectRowSet>public void remove()
remove in interface Iterator<DirectRowSet>Copyright © 2022 The Apache Software Foundation. All rights reserved.