| Package | Description |
|---|---|
| org.apache.drill.common.logical |
Storage plugin interfaces and logical plan representation.
|
| org.apache.drill.exec.physical |
| Modifier and Type | Method and Description |
|---|---|
PlanProperties |
PlanProperties.PlanPropertiesBuilder.build() |
PlanProperties |
LogicalPlan.getProperties() |
| Modifier and Type | Method and Description |
|---|---|
LogicalPlanBuilder |
LogicalPlanBuilder.planProperties(PlanProperties planProperties) |
| Constructor and Description |
|---|
LogicalPlan(PlanProperties head,
Map<String,StoragePluginConfig> storageEngineMap,
List<LogicalOperator> operators) |
| Modifier and Type | Field and Description |
|---|---|
protected PlanProperties |
PhysicalPlan.properties |
| Modifier and Type | Method and Description |
|---|---|
PlanProperties |
PhysicalPlan.getProperties() |
| Constructor and Description |
|---|
PhysicalPlan(PlanProperties properties,
List<PhysicalOperator> operators) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.