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
Constructors Constructor Description ResponseIterator(Iterator<org.apache.pinot.common.proto.Server.ServerResponse> responseIterator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PinotDataTableWithSizecomputeNext()-
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
-
-
-
-
Constructor Detail
-
ResponseIterator
public ResponseIterator(Iterator<org.apache.pinot.common.proto.Server.ServerResponse> responseIterator)
-
-
Method Detail
-
computeNext
protected PinotDataTableWithSize computeNext()
- Specified by:
computeNextin classcom.google.common.collect.AbstractIterator<PinotDataTableWithSize>
-
-