Package io.trino.plugin.raptor.legacy
Class RaptorModule
java.lang.Object
io.trino.plugin.raptor.legacy.RaptorModule
- All Implemented Interfaces:
com.google.inject.Module
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(com.google.inject.Binder binder) static org.jdbi.v3.core.JdbicreateJdbi(org.jdbi.v3.core.ConnectionFactory connectionFactory, TypeManager typeManager) static NodeSuppliercreateNodeSupplier(NodeManager nodeManager)
-
Constructor Details
-
RaptorModule
public RaptorModule()
-
-
Method Details
-
configure
public void configure(com.google.inject.Binder binder) - Specified by:
configurein interfacecom.google.inject.Module
-
createJdbi
@Provides public static org.jdbi.v3.core.Jdbi createJdbi(org.jdbi.v3.core.ConnectionFactory connectionFactory, TypeManager typeManager) -
createNodeSupplier
-