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
-
Constructor Summary
ConstructorsConstructorDescriptionTableColumnInfo(CatalogSchemaTableName table, Set<IoPlanPrinter.ColumnConstraint> columnConstraints, IoPlanPrinter.EstimatedStatsAndCost estimate) -
Method Summary
-
Constructor Details
-
TableColumnInfo
public TableColumnInfo(CatalogSchemaTableName table, Set<IoPlanPrinter.ColumnConstraint> columnConstraints, IoPlanPrinter.EstimatedStatsAndCost estimate)
-
-
Method Details