Expand description
The RelNode is the basic data structure of the optimizer. It is dynamically typed and is the internal representation of the plan nodes.
Structs§
- Plan
Node - Plan
Node Meta - Metadata for a rel node.
- Pred
Node - Serializable
Ordered F64
Enums§
Traits§
Type Aliases§
- ArcPlan
Node - A pointer to a plan node
- ArcPred
Node - A pointer to a predicate node
- Plan
Node Meta Map - A hash table storing
RelNode(memory address, metadata) pairs.