| Package | Description |
|---|---|
| org.apache.druid.sql | |
| org.apache.druid.sql.calcite.planner |
| Modifier and Type | Method and Description |
|---|---|
protected PlannerResult |
DirectStatement.createPlan(DruidPlanner planner)
Plan the query, which also produces the sequence that runs
the query.
|
| Modifier and Type | Method and Description |
|---|---|
protected DirectStatement.ResultSet |
DirectStatement.createResultSet(PlannerResult plannerResult)
Wrapper around result set creation for the sole purpose of tests which
inject failures.
|
| Constructor and Description |
|---|
ResultSet(PlannerResult plannerResult) |
| Modifier and Type | Method and Description |
|---|---|
PlannerResult |
DruidPlanner.plan()
Plan an SQL query for execution, returning a
PlannerResult which can be used to actually execute the query. |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.