| Package | Description |
|---|---|
| org.apache.drill.common.logical |
Storage plugin interfaces and logical plan representation.
|
| org.apache.drill.exec.opt | |
| org.apache.drill.exec.planner | |
| org.apache.drill.exec.planner.logical | |
| org.apache.drill.exec.planner.torel | |
| org.apache.drill.jdbc |
JDBC driver for Drill.
|
| Modifier and Type | Method and Description |
|---|---|
LogicalPlan |
LogicalPlanBuilder.build() |
static LogicalPlan |
LogicalPlan.parse(LogicalPlanPersistence config,
String planString)
Parses a logical plan.
|
| Modifier and Type | Method and Description |
|---|---|
abstract PhysicalPlan |
Optimizer.optimize(Optimizer.OptimizationContext context,
LogicalPlan plan) |
PhysicalPlan |
IdentityOptimizer.optimize(Optimizer.OptimizationContext context,
LogicalPlan plan) |
PhysicalPlan |
BasicOptimizer.optimize(Optimizer.OptimizationContext context,
LogicalPlan plan) |
| Modifier and Type | Method and Description |
|---|---|
LogicalPlan |
PhysicalPlanReader.readLogicalPlan(String json) |
| Modifier and Type | Method and Description |
|---|---|
LogicalPlan |
DrillImplementor.getPlan() |
| Modifier and Type | Method and Description |
|---|---|
static Map<Scan,ScanFieldDeterminer.FieldList> |
ScanFieldDeterminer.getFieldLists(LogicalPlan plan) |
| Constructor and Description |
|---|
ConversionContext(org.apache.calcite.plan.RelOptCluster cluster,
LogicalPlan plan) |
| Modifier and Type | Method and Description |
|---|---|
LogicalPlan |
JdbcTestBase.TestDataConnection.logicalPlan() |
Copyright © 2021 The Apache Software Foundation. All rights reserved.