Uses of Class
org.apache.drill.common.logical.PlanProperties
Packages that use PlanProperties
Package
Description
Storage plugin interfaces and logical plan representation.
-
Uses of PlanProperties in org.apache.drill.common.logical
Methods in org.apache.drill.common.logical that return PlanPropertiesModifier and TypeMethodDescriptionPlanProperties.PlanPropertiesBuilder.build()
LogicalPlan.getProperties()
Methods in org.apache.drill.common.logical with parameters of type PlanPropertiesModifier and TypeMethodDescriptionLogicalPlanBuilder.planProperties
(PlanProperties planProperties) Constructors in org.apache.drill.common.logical with parameters of type PlanPropertiesModifierConstructorDescriptionLogicalPlan
(PlanProperties head, Map<String, StoragePluginConfig> storageEngineMap, List<LogicalOperator> operators) -
Uses of PlanProperties in org.apache.drill.exec.physical
Fields in org.apache.drill.exec.physical declared as PlanPropertiesMethods in org.apache.drill.exec.physical that return PlanPropertiesConstructors in org.apache.drill.exec.physical with parameters of type PlanPropertiesModifierConstructorDescriptionPhysicalPlan
(PlanProperties properties, List<PhysicalOperator> operators)