Uses of Class
io.trino.sql.planner.planprinter.IoPlanPrinter.EstimatedStatsAndCost
-
Packages that use IoPlanPrinter.EstimatedStatsAndCost Package Description io.trino.sql.planner.planprinter -
-
Uses of IoPlanPrinter.EstimatedStatsAndCost in io.trino.sql.planner.planprinter
Methods in io.trino.sql.planner.planprinter that return IoPlanPrinter.EstimatedStatsAndCost Modifier and Type Method Description IoPlanPrinter.EstimatedStatsAndCostIoPlanPrinter.IoPlan. getEstimate()IoPlanPrinter.EstimatedStatsAndCostIoPlanPrinter.IoPlan.TableColumnInfo. getEstimate()Constructors in io.trino.sql.planner.planprinter with parameters of type IoPlanPrinter.EstimatedStatsAndCost Constructor Description IoPlan(Set<IoPlanPrinter.IoPlan.TableColumnInfo> inputTableColumnInfos, Optional<CatalogSchemaTableName> outputTable, IoPlanPrinter.EstimatedStatsAndCost estimate)TableColumnInfo(CatalogSchemaTableName table, Set<IoPlanPrinter.ColumnConstraint> columnConstraints, IoPlanPrinter.EstimatedStatsAndCost estimate)
-