Uses of Class
io.trino.cost.PlanNodeStatsAndCostSummary
-
Packages that use PlanNodeStatsAndCostSummary Package Description io.trino.sql.planner.plan io.trino.sql.planner.planprinter -
-
Uses of PlanNodeStatsAndCostSummary in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return types with arguments of type PlanNodeStatsAndCostSummary Modifier and Type Method Description Optional<PlanNodeStatsAndCostSummary>JoinNode. getReorderJoinStatsAndCost()Methods in io.trino.sql.planner.plan with parameters of type PlanNodeStatsAndCostSummary Modifier and Type Method Description JoinNodeJoinNode. withReorderJoinStatsAndCost(PlanNodeStatsAndCostSummary statsAndCost) -
Uses of PlanNodeStatsAndCostSummary in io.trino.sql.planner.planprinter
Methods in io.trino.sql.planner.planprinter that return types with arguments of type PlanNodeStatsAndCostSummary Modifier and Type Method Description Optional<PlanNodeStatsAndCostSummary>NodeRepresentation. getReorderJoinStatsAndCost()
-