Package io.trino.plugin.pinot.client
Class PinotLegacyDataFetcher.PinotLegacyServerQueryClient
java.lang.Object
io.trino.plugin.pinot.client.PinotLegacyDataFetcher.PinotLegacyServerQueryClient
- Enclosing class:
- PinotLegacyDataFetcher
-
Constructor Summary
ConstructorsConstructorDescriptionPinotLegacyServerQueryClient(PinotHostMapper pinotHostMapper, PinotConfig pinotConfig) -
Method Summary
Modifier and TypeMethodDescriptionqueryPinot(ConnectorSession session, String query, String serverHost, List<String> segments)
-
Constructor Details
-
PinotLegacyServerQueryClient
-
-
Method Details
-
queryPinot
public Iterator<PinotDataTableWithSize> queryPinot(ConnectorSession session, String query, String serverHost, List<String> segments)
-