Uses of Class
org.apache.drill.common.logical.PlanProperties
Package
Description
Storage plugin interfaces and logical plan representation.
-
Uses of PlanProperties in org.apache.drill.common.logical
Modifier and TypeMethodDescriptionPlanProperties.PlanPropertiesBuilder.build()
LogicalPlan.getProperties()
Modifier and TypeMethodDescriptionLogicalPlanBuilder.planProperties
(PlanProperties planProperties) ModifierConstructorDescriptionLogicalPlan
(PlanProperties head, Map<String, StoragePluginConfig> storageEngineMap, List<LogicalOperator> operators) -
Uses of PlanProperties in org.apache.drill.exec.physical
ModifierConstructorDescriptionPhysicalPlan
(PlanProperties properties, List<PhysicalOperator> operators)