Macrosยง
- impl_plan_ ๐tree_ node_ for_ binary 
- impl_plan_ ๐tree_ node_ for_ leaf 
- impl_plan_ ๐tree_ node_ for_ unary 
Traitsยง
- PlanTree Node 
- The plan node trait of different conventions really need about tree structure and used by optimizer framework. every plan node should impl it.
- PlanTree Node Binary 
- See PlanTreeNode
- PlanTree Node Leaf 
- See PlanTreeNode
- PlanTree Node Unary 
- See PlanTreeNode