Package io.trino.sql.planner.planprinter
Class IoPlanPrinter.IoPlan.TableColumnInfo
- java.lang.Object
-
- io.trino.sql.planner.planprinter.IoPlanPrinter.IoPlan.TableColumnInfo
-
- Enclosing class:
- IoPlanPrinter.IoPlan
public static class IoPlanPrinter.IoPlan.TableColumnInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description TableColumnInfo(CatalogSchemaTableName table, Set<IoPlanPrinter.ColumnConstraint> columnConstraints, IoPlanPrinter.EstimatedStatsAndCost estimate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Set<IoPlanPrinter.ColumnConstraint>getColumnConstraints()IoPlanPrinter.EstimatedStatsAndCostgetEstimate()CatalogSchemaTableNamegetTable()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
TableColumnInfo
public TableColumnInfo(CatalogSchemaTableName table, Set<IoPlanPrinter.ColumnConstraint> columnConstraints, IoPlanPrinter.EstimatedStatsAndCost estimate)
-
-
Method Detail
-
getTable
public CatalogSchemaTableName getTable()
-
getColumnConstraints
public Set<IoPlanPrinter.ColumnConstraint> getColumnConstraints()
-
getEstimate
public IoPlanPrinter.EstimatedStatsAndCost getEstimate()
-
-