Package org.apache.druid.sql.guice
Class SqlModule
java.lang.Object
org.apache.druid.sql.guice.SqlModule
- All Implemented Interfaces:
com.google.inject.Module
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classWe create a new class for this module so that it can be shared by tests. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(com.google.inject.Binder binder) voidsetProps(Properties props)
-
Field Details
-
PROPERTY_SQL_ENABLE
- See Also:
-
PROPERTY_SQL_ENABLE_JSON_OVER_HTTP
- See Also:
-
PROPERTY_SQL_ENABLE_AVATICA
- See Also:
-
PROPERTY_SQL_VIEW_MANAGER_TYPE
- See Also:
-
PROPERTY_SQL_SCHEMA_MANAGER_TYPE
- See Also:
-
PROPERTY_SQL_APPROX_COUNT_DISTINCT_CHOICE
- See Also:
-
-
Constructor Details
-
SqlModule
public SqlModule()
-
-
Method Details
-
setProps
-
configure
public void configure(com.google.inject.Binder binder) - Specified by:
configurein interfacecom.google.inject.Module
-