abstract class AbstractMultiTree<ImplementingTree : AbstractMultiTree<ImplementingTree>> : Cloneable |
|
class LogicalPlan : AbstractMultiTree<LogicalPlan>
Data-structure to represent the given user input, and physical plans. |
|
class PhysicalPlan : AbstractMultiTree<PhysicalPlan>
Representation of the physical plan. |