Macrosยง
- impl_
plan_ ๐tree_ node_ for_ binary - impl_
plan_ ๐tree_ node_ for_ leaf - impl_
plan_ ๐tree_ node_ for_ unary
Traitsยง
- Plan
Tree Node - The trait
PlanNode
really need about tree structure and used by optimizer framework. every plan node should impl it. - Plan
Tree Node Binary - See
PlanTreeNode
- Plan
Tree Node Leaf - See
PlanTreeNode
- Plan
Tree Node Unary - See
PlanTreeNode