Uses of Class
se.liu.ida.hefquin.engine.queryplan.utils.BaseForTextBasedPlanPrinters
Packages that use BaseForTextBasedPlanPrinters
- 
Uses of BaseForTextBasedPlanPrinters in se.liu.ida.hefquin.engine.queryplan.utils
Subclasses of BaseForTextBasedPlanPrinters in se.liu.ida.hefquin.engine.queryplan.utilsModifier and TypeClassDescriptionclassInternally, the functionality of this class is implemented based on aLogicalPlanVisitor, which makes sure that we get a compiler error whenever we add a new type of logical operator but forget to extend this class here to cover that new operator.classInternally, the functionality of this class is implemented based on aPhysicalPlanVisitor, which makes sure that we get a compiler error whenever we add a new type of logical operator but forget to extend this class here to cover that new operator.