Package io.trino.sql.planner.planprinter
Class IoPlanPrinter.ColumnConstraint
- java.lang.Object
-
- io.trino.sql.planner.planprinter.IoPlanPrinter.ColumnConstraint
-
- Enclosing class:
- IoPlanPrinter
public static class IoPlanPrinter.ColumnConstraint extends Object
-
-
Constructor Summary
Constructors Constructor Description ColumnConstraint(String columnName, Type type, IoPlanPrinter.FormattedDomain domain)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetColumnName()IoPlanPrinter.FormattedDomaingetDomain()TypegetType()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
ColumnConstraint
public ColumnConstraint(String columnName, Type type, IoPlanPrinter.FormattedDomain domain)
-
-
Method Detail
-
getColumnName
public String getColumnName()
-
getType
public Type getType()
-
getDomain
public IoPlanPrinter.FormattedDomain getDomain()
-
-