Uses of Enum Class
io.trino.sql.planner.planprinter.IoPlanPrinter.FormattedMarker.Bound
Packages that use IoPlanPrinter.FormattedMarker.Bound
-
Uses of IoPlanPrinter.FormattedMarker.Bound in io.trino.sql.planner.planprinter
Methods in io.trino.sql.planner.planprinter that return IoPlanPrinter.FormattedMarker.BoundModifier and TypeMethodDescriptionIoPlanPrinter.FormattedMarker.getBound()Returns the enum constant of this class with the specified name.static IoPlanPrinter.FormattedMarker.Bound[]IoPlanPrinter.FormattedMarker.Bound.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.sql.planner.planprinter with parameters of type IoPlanPrinter.FormattedMarker.BoundModifierConstructorDescriptionFormattedMarker(Optional<String> value, IoPlanPrinter.FormattedMarker.Bound bound)