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 TypeClassDescriptionclass
Internally, 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.class
Internally, 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.