| Package | Description |
|---|---|
| org.apache.drill.common.logical |
Storage plugin interfaces and logical plan representation.
|
| org.apache.drill.exec.planner.logical |
| Modifier and Type | Field and Description |
|---|---|
PlanProperties.Generator.ResultMode |
PlanProperties.resultMode |
| Modifier and Type | Method and Description |
|---|---|
static PlanProperties.Generator.ResultMode |
PlanProperties.Generator.ResultMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanProperties.Generator.ResultMode[] |
PlanProperties.Generator.ResultMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LogicalPlanBuilder |
LogicalPlanBuilder.planProperties(PlanProperties.PlanType type,
int version,
String generatorType,
String generatorInfo,
PlanProperties.Generator.ResultMode mode) |
PlanProperties.PlanPropertiesBuilder |
PlanProperties.PlanPropertiesBuilder.resultMode(PlanProperties.Generator.ResultMode mode) |
| Constructor and Description |
|---|
DrillImplementor(DrillParseContext context,
PlanProperties.Generator.ResultMode mode) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.