Uses of Enum
org.apache.drill.exec.planner.PlannerType
Packages that use PlannerType
-
Uses of PlannerType in org.apache.drill.exec.planner
Methods in org.apache.drill.exec.planner that return PlannerTypeModifier and TypeMethodDescriptionstatic PlannerTypeReturns 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. -
Uses of PlannerType in org.apache.drill.exec.planner.sql.handlers
Methods in org.apache.drill.exec.planner.sql.handlers with parameters of type PlannerTypeModifier and TypeMethodDescriptionprotected voidDefaultSqlHandler.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.RelNodeDefaultSqlHandler.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.RelNodeDefaultSqlHandler.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.