Package | Description |
---|---|
io.druid.sql.calcite.planner | |
io.druid.sql.calcite.rel | |
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(PlannerConfig plannerConfig,
Map<String,Object> queryContext) |
Constructor and Description |
---|
PlannerFactory(org.apache.calcite.schema.SchemaPlus rootSchema,
QuerySegmentWalker walker,
DruidOperatorTable operatorTable,
PlannerConfig plannerConfig) |
Modifier and Type | Method and Description |
---|---|
static DruidSemiJoin |
DruidSemiJoin.from(DruidRel left,
DruidRel right,
List<Integer> leftKeys,
List<Integer> rightKeys,
PlannerConfig plannerConfig) |
Constructor and Description |
---|
DruidSchema(QuerySegmentWalker walker,
TimelineServerView serverView,
PlannerConfig config) |
Copyright © 2011–2017. All rights reserved.