Package io.trino.plugin.pinot.client
Class PinotClient.ResultsIterator
- java.lang.Object
-
- com.google.common.collect.UnmodifiableIterator<T>
-
- com.google.common.collect.AbstractIterator<PinotClient.BrokerResultRow>
-
- io.trino.plugin.pinot.client.PinotClient.ResultsIterator
-
- All Implemented Interfaces:
Iterator<PinotClient.BrokerResultRow>
- Enclosing class:
- PinotClient
public static class PinotClient.ResultsIterator extends com.google.common.collect.AbstractIterator<PinotClient.BrokerResultRow>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PinotClient.BrokerResultRowcomputeNext()-
Methods inherited from class com.google.common.collect.AbstractIterator
endOfData, hasNext, next, peek
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Method Detail
-
computeNext
protected PinotClient.BrokerResultRow computeNext()
- Specified by:
computeNextin classcom.google.common.collect.AbstractIterator<PinotClient.BrokerResultRow>
-
-