Package io.trino.plugin.pinot.client
Class PinotGrpcDataFetcher.Factory
java.lang.Object
io.trino.plugin.pinot.client.PinotGrpcDataFetcher.Factory
- All Implemented Interfaces:
PinotDataFetcher.Factory
- Enclosing class:
- PinotGrpcDataFetcher
-
Constructor Summary
ConstructorsConstructorDescriptionFactory(PinotHostMapper pinotHostMapper, PinotGrpcServerQueryClientConfig pinotGrpcServerQueryClientConfig, PinotGrpcDataFetcher.GrpcQueryClientFactory grpcQueryClientFactory) -
Method Summary
Modifier and TypeMethodDescriptioncreate(ConnectorSession session, String query, PinotSplit split) intvoidshutdown()
-
Constructor Details
-
Factory
@Inject public Factory(PinotHostMapper pinotHostMapper, PinotGrpcServerQueryClientConfig pinotGrpcServerQueryClientConfig, PinotGrpcDataFetcher.GrpcQueryClientFactory grpcQueryClientFactory)
-
-
Method Details
-
shutdown
- Throws:
IOException
-
create
- Specified by:
createin interfacePinotDataFetcher.Factory
-
getRowLimit
public int getRowLimit()- Specified by:
getRowLimitin interfacePinotDataFetcher.Factory
-