Package io.trino.plugin.pinot.client
Class PinotLegacyDataFetcher.PinotLegacyServerQueryClient
- java.lang.Object
-
- io.trino.plugin.pinot.client.PinotLegacyDataFetcher.PinotLegacyServerQueryClient
-
- Enclosing class:
- PinotLegacyDataFetcher
public static class PinotLegacyDataFetcher.PinotLegacyServerQueryClient extends Object
-
-
Constructor Summary
Constructors Constructor Description PinotLegacyServerQueryClient(PinotHostMapper pinotHostMapper, PinotConfig pinotConfig)
-
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)
-
-
-
Constructor Detail
-
PinotLegacyServerQueryClient
public PinotLegacyServerQueryClient(PinotHostMapper pinotHostMapper, PinotConfig pinotConfig)
-
-
Method Detail
-
queryPinot
public Iterator<PinotDataTableWithSize> queryPinot(ConnectorSession session, String query, String serverHost, List<String> segments)
-
-