Package io.trino.sql.planner.planprinter
Class IoPlanPrinter.FormattedRange
- java.lang.Object
-
- io.trino.sql.planner.planprinter.IoPlanPrinter.FormattedRange
-
- Enclosing class:
- IoPlanPrinter
public static class IoPlanPrinter.FormattedRange extends Object
-
-
Constructor Summary
Constructors Constructor Description FormattedRange(IoPlanPrinter.FormattedMarker low, IoPlanPrinter.FormattedMarker high)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)IoPlanPrinter.FormattedMarkergetHigh()IoPlanPrinter.FormattedMarkergetLow()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
FormattedRange
public FormattedRange(IoPlanPrinter.FormattedMarker low, IoPlanPrinter.FormattedMarker high)
-
-
Method Detail
-
getLow
public IoPlanPrinter.FormattedMarker getLow()
-
getHigh
public IoPlanPrinter.FormattedMarker getHigh()
-
-