pub type BatchPlanRef = PlanRef<Batch>;Aliased Type§
pub struct BatchPlanRef(Rc<dyn BatchPlanNode>);Tuple Fields§
§0: Rc<dyn BatchPlanNode>Implementations§
Trait Implementations§
Source§impl BatchPlanNodeMetadata for BatchPlanRef
Allow access to all fields defined in BatchPlanNodeMetadata for the type-erased plan node.
impl BatchPlanNodeMetadata for BatchPlanRef
Allow access to all fields defined in BatchPlanNodeMetadata for the type-erased plan node.
Source§impl PhysicalPlanRef for BatchPlanRef
Allow access to all fields defined in PhysicalPlanRef for the type-erased plan node.
impl PhysicalPlanRef for BatchPlanRef
Allow access to all fields defined in PhysicalPlanRef for the type-erased plan node.