Uses of Class
io.trino.cost.PlanCostEstimate
Packages that use PlanCostEstimate
Package
Description
-
Uses of PlanCostEstimate in io.trino.cost
Methods in io.trino.cost that return PlanCostEstimateModifier and TypeMethodDescriptionCostCalculator.calculateCost(PlanNode node, StatsProvider stats, CostProvider sourcesCosts, Session session) Calculates cumulative cost of a node.CostCalculatorUsingExchanges.calculateCost(PlanNode node, StatsProvider stats, CostProvider sourcesCosts, Session session) CostCalculatorWithEstimatedExchanges.calculateCost(PlanNode node, StatsProvider stats, CostProvider sourcesCosts, Session session) static PlanCostEstimatePlanCostEstimate.infinite()LocalCostEstimate.toPlanCost()Deprecated.static PlanCostEstimatePlanCostEstimate.unknown()static PlanCostEstimatePlanCostEstimate.zero()Methods in io.trino.cost that return types with arguments of type PlanCostEstimateModifier and TypeMethodDescriptioncom.google.common.collect.Ordering<PlanCostEstimate> CostComparator.forSession(Session session) StatsAndCosts.getCosts()Methods in io.trino.cost with parameters of type PlanCostEstimateModifier and TypeMethodDescriptionintCostComparator.compare(Session session, PlanCostEstimate left, PlanCostEstimate right) -
Uses of PlanCostEstimate in io.trino.sql.planner.iterative
Methods in io.trino.sql.planner.iterative that return types with arguments of type PlanCostEstimateMethods in io.trino.sql.planner.iterative with parameters of type PlanCostEstimate -
Uses of PlanCostEstimate in io.trino.sql.planner.iterative.rule
Methods in io.trino.sql.planner.iterative.rule that return PlanCostEstimateConstructors in io.trino.sql.planner.iterative.rule with parameters of type PlanCostEstimate -
Uses of PlanCostEstimate in io.trino.sql.planner.planprinter
Methods in io.trino.sql.planner.planprinter that return types with arguments of type PlanCostEstimate
PlanNode).