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
Constructors Constructor Description Factory(PinotHostMapper pinotHostMapper, PinotConfig pinotConfig, PinotLegacyServerQueryClientConfig pinotLegacyServerQueryClientConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PinotDataFetchercreate(ConnectorSession session, String query, PinotSplit split)intgetRowLimit()
-
-
-
Constructor Detail
-
Factory
@Inject public Factory(PinotHostMapper pinotHostMapper, PinotConfig pinotConfig, PinotLegacyServerQueryClientConfig pinotLegacyServerQueryClientConfig)
-
-
Method Detail
-
create
public PinotDataFetcher create(ConnectorSession session, String query, PinotSplit split)
- Specified by:
createin interfacePinotDataFetcher.Factory
-
getRowLimit
public int getRowLimit()
- Specified by:
getRowLimitin interfacePinotDataFetcher.Factory
-
-