| Package | Description |
|---|---|
| org.apache.druid.sql.calcite.planner | |
| org.apache.druid.sql.calcite.run | |
| org.apache.druid.sql.calcite.view |
| Modifier and Type | Method and Description |
|---|---|
QueryMaker |
PlannerContext.getQueryMaker() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlannerContext.setQueryMaker(QueryMaker queryMaker) |
| Modifier and Type | Class and Description |
|---|---|
class |
NativeQueryMaker |
| Modifier and Type | Method and Description |
|---|---|
QueryMaker |
SqlEngine.buildQueryMakerForInsert(String targetDataSource,
org.apache.calcite.rel.RelRoot relRoot,
PlannerContext plannerContext)
Create a
QueryMaker for an INSERT ... |
QueryMaker |
NativeSqlEngine.buildQueryMakerForInsert(String targetDataSource,
org.apache.calcite.rel.RelRoot relRoot,
PlannerContext plannerContext) |
QueryMaker |
SqlEngine.buildQueryMakerForSelect(org.apache.calcite.rel.RelRoot relRoot,
PlannerContext plannerContext)
Create a
QueryMaker for a SELECT query. |
QueryMaker |
NativeSqlEngine.buildQueryMakerForSelect(org.apache.calcite.rel.RelRoot relRoot,
PlannerContext plannerContext) |
| Modifier and Type | Method and Description |
|---|---|
QueryMaker |
ViewSqlEngine.buildQueryMakerForInsert(String targetDataSource,
org.apache.calcite.rel.RelRoot relRoot,
PlannerContext plannerContext) |
QueryMaker |
ViewSqlEngine.buildQueryMakerForSelect(org.apache.calcite.rel.RelRoot relRoot,
PlannerContext plannerContext) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.