Package io.trino.plugin.pinot.client
Class PinotGrpcDataFetcher.PinotGrpcServerQueryClient.ResponseIterator
java.lang.Object
com.google.common.collect.UnmodifiableIterator<T>
com.google.common.collect.AbstractIterator<PinotDataTableWithSize>
io.trino.plugin.pinot.client.PinotGrpcDataFetcher.PinotGrpcServerQueryClient.ResponseIterator
- All Implemented Interfaces:
Iterator<PinotDataTableWithSize>
- Enclosing class:
- PinotGrpcDataFetcher.PinotGrpcServerQueryClient
public static class PinotGrpcDataFetcher.PinotGrpcServerQueryClient.ResponseIterator
extends com.google.common.collect.AbstractIterator<PinotDataTableWithSize>
-
Constructor Summary
ConstructorsConstructorDescriptionResponseIterator(Iterator<org.apache.pinot.common.proto.Server.ServerResponse> responseIterator) -
Method Summary
Methods inherited from class com.google.common.collect.AbstractIterator
endOfData, hasNext, next, peekMethods inherited from class com.google.common.collect.UnmodifiableIterator
removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
ResponseIterator
public ResponseIterator(Iterator<org.apache.pinot.common.proto.Server.ServerResponse> responseIterator)
-
-
Method Details
-
computeNext
- Specified by:
computeNextin classcom.google.common.collect.AbstractIterator<PinotDataTableWithSize>
-