Package io.trino.plugin.pinot.client
Class PinotLegacyDataFetcher.Factory
java.lang.Object
io.trino.plugin.pinot.client.PinotLegacyDataFetcher.Factory
- All Implemented Interfaces:
PinotDataFetcher.Factory
- Enclosing class:
- PinotLegacyDataFetcher
public static class PinotLegacyDataFetcher.Factory
extends Object
implements PinotDataFetcher.Factory
-
Constructor Summary
ConstructorsConstructorDescriptionFactory(PinotHostMapper pinotHostMapper, PinotConfig pinotConfig, PinotLegacyServerQueryClientConfig pinotLegacyServerQueryClientConfig) -
Method Summary
Modifier and TypeMethodDescriptioncreate(ConnectorSession session, String query, PinotSplit split) int
-
Constructor Details
-
Factory
@Inject public Factory(PinotHostMapper pinotHostMapper, PinotConfig pinotConfig, PinotLegacyServerQueryClientConfig pinotLegacyServerQueryClientConfig)
-
-
Method Details
-
create
- Specified by:
createin interfacePinotDataFetcher.Factory
-
getRowLimit
public int getRowLimit()- Specified by:
getRowLimitin interfacePinotDataFetcher.Factory
-