public class PlannerFactory extends Object
| Constructor and Description |
|---|
PlannerFactory(org.apache.calcite.schema.SchemaPlus rootSchema,
QuerySegmentWalker walker,
DruidOperatorTable operatorTable,
ExprMacroTable macroTable,
PlannerConfig plannerConfig,
ServerConfig serverConfig) |
| Modifier and Type | Method and Description |
|---|---|
DruidPlanner |
createPlanner(Map<String,Object> queryContext) |
@Inject
public PlannerFactory(org.apache.calcite.schema.SchemaPlus rootSchema,
QuerySegmentWalker walker,
DruidOperatorTable operatorTable,
ExprMacroTable macroTable,
PlannerConfig plannerConfig,
ServerConfig serverConfig)
public DruidPlanner createPlanner(Map<String,Object> queryContext)
Copyright © 2011–2017. All rights reserved.