Uses of Enum
org.apache.drill.common.logical.PlanProperties.PlanType
Packages that use PlanProperties.PlanType
Package
Description
Storage plugin interfaces and logical plan representation.
-
Uses of PlanProperties.PlanType in org.apache.drill.common.logical
Fields in org.apache.drill.common.logical declared as PlanProperties.PlanTypeMethods in org.apache.drill.common.logical that return PlanProperties.PlanTypeModifier and TypeMethodDescriptionstatic PlanProperties.PlanTypeReturns the enum constant of this type with the specified name.static PlanProperties.PlanType[]PlanProperties.PlanType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.drill.common.logical with parameters of type PlanProperties.PlanTypeModifier and TypeMethodDescriptionLogicalPlanBuilder.planProperties(PlanProperties.PlanType type, int version, String generatorType, String generatorInfo, PlanProperties.Generator.ResultMode mode) PlanProperties.PlanPropertiesBuilder.type(PlanProperties.PlanType type)