Package io.trino.sql.planner.planprinter
Class IoPlanPrinter.IoPlan
java.lang.Object
io.trino.sql.planner.planprinter.IoPlanPrinter.IoPlan
- Enclosing class:
IoPlanPrinter
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionIoPlan(Set<IoPlanPrinter.IoPlan.TableColumnInfo> inputTableColumnInfos, Optional<CatalogSchemaTableName> outputTable, IoPlanPrinter.EstimatedStatsAndCost estimate) -
Method Summary
-
Constructor Details
-
IoPlan
public IoPlan(Set<IoPlanPrinter.IoPlan.TableColumnInfo> inputTableColumnInfos, Optional<CatalogSchemaTableName> outputTable, IoPlanPrinter.EstimatedStatsAndCost estimate)
-
-
Method Details