Package io.trino.sql.planner.planprinter
Class IoPlanPrinter.FormattedMarker
- java.lang.Object
-
- io.trino.sql.planner.planprinter.IoPlanPrinter.FormattedMarker
-
- Enclosing class:
- IoPlanPrinter
public static class IoPlanPrinter.FormattedMarker extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIoPlanPrinter.FormattedMarker.Bound
-
Constructor Summary
Constructors Constructor Description FormattedMarker(Optional<String> value, IoPlanPrinter.FormattedMarker.Bound bound)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)IoPlanPrinter.FormattedMarker.BoundgetBound()Optional<String>getValue()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
FormattedMarker
public FormattedMarker(Optional<String> value, IoPlanPrinter.FormattedMarker.Bound bound)
-
-
Method Detail
-
getBound
public IoPlanPrinter.FormattedMarker.Bound getBound()
-
-