Class BaseForTextBasedPlanPrinters

java.lang.Object
se.liu.ida.hefquin.engine.queryplan.utils.BaseForTextBasedPlanPrinters
Direct Known Subclasses:
TextBasedLogicalPlanPrinterImpl, TextBasedPhysicalPlanPrinterImpl

public class BaseForTextBasedPlanPrinters extends Object
  • Field Details

    • singleBase

      protected static String singleBase
    • levelIndentBase

      protected static String levelIndentBase
    • nonLastChildIndentBase

      protected static String nonLastChildIndentBase
    • lastChildIndentBase

      protected static String lastChildIndentBase
    • spaceBase

      protected static String spaceBase
  • Constructor Details

    • BaseForTextBasedPlanPrinters

      public BaseForTextBasedPlanPrinters()
  • Method Details