| Package | Description |
|---|---|
| io.druid.sql.calcite.planner | |
| io.druid.sql.calcite.schema |
| Modifier and Type | Method and Description |
|---|---|
PlannerConfig |
PlannerContext.getPlannerConfig() |
PlannerConfig |
PlannerConfig.withOverrides(Map<String,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
static PlannerContext |
PlannerContext.create(DruidOperatorTable operatorTable,
ExprMacroTable macroTable,
PlannerConfig plannerConfig,
AuthorizerMapper authorizerMapper,
Map<String,Object> queryContext) |
| Constructor and Description |
|---|
PlannerFactory(DruidSchema druidSchema,
QueryLifecycleFactory queryLifecycleFactory,
DruidOperatorTable operatorTable,
ExprMacroTable macroTable,
PlannerConfig plannerConfig,
AuthConfig authConfig,
AuthorizerMapper authorizerMapper,
Escalator escalator,
com.fasterxml.jackson.databind.ObjectMapper jsonMapper) |
| Constructor and Description |
|---|
DruidSchema(QueryLifecycleFactory queryLifecycleFactory,
TimelineServerView serverView,
PlannerConfig config,
ViewManager viewManager,
Escalator escalator) |
Copyright © 2011–2018. All rights reserved.