Package io.trino.plugin.pinot.client
Class PinotGrpcDataFetcher.PinotGrpcServerQueryClient
- java.lang.Object
-
- io.trino.plugin.pinot.client.PinotGrpcDataFetcher.PinotGrpcServerQueryClient
-
- Enclosing class:
- PinotGrpcDataFetcher
public static class PinotGrpcDataFetcher.PinotGrpcServerQueryClient extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPinotGrpcDataFetcher.PinotGrpcServerQueryClient.ResponseIterator
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<PinotDataTableWithSize>queryPinot(ConnectorSession session, String query, String serverHost, List<String> segments)
-
-
-
Method Detail
-
queryPinot
public Iterator<PinotDataTableWithSize> queryPinot(ConnectorSession session, String query, String serverHost, List<String> segments)
-
-