| Package | Description |
|---|---|
| org.apache.drill.exec.planner | |
| org.apache.drill.exec.planner.sql.handlers |
| Modifier and Type | Method and Description |
|---|---|
static PlannerType |
PlannerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlannerType[] |
PlannerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultSqlHandler.log(PlannerType plannerType,
PlannerPhase phase,
org.apache.calcite.rel.RelNode node,
org.slf4j.Logger logger,
com.google.common.base.Stopwatch watch) |
protected org.apache.calcite.rel.RelNode |
DefaultSqlHandler.transform(PlannerType plannerType,
PlannerPhase phase,
org.apache.calcite.rel.RelNode input,
org.apache.calcite.plan.RelTraitSet targetTraits)
Transform RelNode to a new RelNode, targeting the provided set of traits.
|
protected org.apache.calcite.rel.RelNode |
DefaultSqlHandler.transform(PlannerType plannerType,
PlannerPhase phase,
org.apache.calcite.rel.RelNode input,
org.apache.calcite.plan.RelTraitSet targetTraits,
boolean log)
Transform RelNode to a new RelNode, targeting the provided set of traits.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.