Type Alias BatchPlanRef

Source
pub type BatchPlanRef = PlanRef<Batch>;

Aliased Type§

pub struct BatchPlanRef(Rc<dyn BatchPlanNode>);

Tuple Fields§

§0: Rc<dyn BatchPlanNode>

Trait Implementations§

Source§

impl BatchPlanNodeMetadata for BatchPlanRef

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

Source§

fn order(&self) -> &Order

Source§

impl PhysicalPlanRef for BatchPlanRef

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