Uses of Class
io.trino.sql.planner.planprinter.IoPlanPrinter.EstimatedStatsAndCost
Packages that use IoPlanPrinter.EstimatedStatsAndCost
-
Uses of IoPlanPrinter.EstimatedStatsAndCost in io.trino.sql.planner.planprinter
Methods in io.trino.sql.planner.planprinter that return IoPlanPrinter.EstimatedStatsAndCostModifier and TypeMethodDescriptionIoPlanPrinter.IoPlan.getEstimate()IoPlanPrinter.IoPlan.TableColumnInfo.getEstimate()Constructors in io.trino.sql.planner.planprinter with parameters of type IoPlanPrinter.EstimatedStatsAndCostModifierConstructorDescriptionIoPlan(Set<IoPlanPrinter.IoPlan.TableColumnInfo> inputTableColumnInfos, Optional<CatalogSchemaTableName> outputTable, IoPlanPrinter.EstimatedStatsAndCost estimate) TableColumnInfo(CatalogSchemaTableName table, IoPlanPrinter.Constraint constraint, IoPlanPrinter.EstimatedStatsAndCost estimate)