Enum datafusion::logical_plan::PlanType [−][src]
pub enum PlanType { LogicalPlan, OptimizedLogicalPlan { optimizer_name: String, }, PhysicalPlan, }
Represents which type of plan
Variants
The initial LogicalPlan provided to DataFusion
The LogicalPlan which results from applying an optimizer pass
Show fields
Fields of OptimizedLogicalPlan
optimizer_name: String
The name of the optimizer which produced this plan
The physical plan, prepared for execution
Trait Implementations
impl StructuralPartialEq for PlanType
[src]
impl StructuralPartialEq for PlanType
[src]Auto Trait Implementations
impl RefUnwindSafe for PlanType
impl RefUnwindSafe for PlanType
impl UnwindSafe for PlanType
impl UnwindSafe for PlanType