risingwave_frontend::optimizer::plan_node::generic

Trait PhysicalPlanRef

source
pub trait PhysicalPlanRef: GenericPlanRef {
    // Required method
    fn distribution(&self) -> &Distribution;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl<'a, T: 'a + PhysicalPlanRef + ?Sized> PhysicalPlanRef for &'a T

Implementors§

source§

impl PhysicalPlanRef for PlanBaseRef<'_>

source§

impl PhysicalPlanRef for PlanRef

Allow access to all fields defined in PhysicalPlanRef for the type-erased plan node.

source§

impl<C: ConventionMarker> PhysicalPlanRef for PlanBase<C>