Uses of Class
io.trino.cost.StatsAndCosts
-
Packages that use StatsAndCosts Package Description io.trino.cost io.trino.sql.planner io.trino.sql.planner.planprinter -
-
Uses of StatsAndCosts in io.trino.cost
Methods in io.trino.cost that return StatsAndCosts Modifier and Type Method Description static StatsAndCostsStatsAndCosts. create(StageInfo stageInfo)static StatsAndCostsStatsAndCosts. create(PlanNode root, StatsProvider statsProvider, CostProvider costProvider)static StatsAndCostsStatsAndCosts. empty()StatsAndCostsStatsAndCosts. getForSubplan(PlanNode root) -
Uses of StatsAndCosts in io.trino.sql.planner
Methods in io.trino.sql.planner that return StatsAndCosts Modifier and Type Method Description StatsAndCostsPlan. getStatsAndCosts()StatsAndCostsPlanFragment. getStatsAndCosts()Constructors in io.trino.sql.planner with parameters of type StatsAndCosts Constructor Description Plan(PlanNode root, TypeProvider types, StatsAndCosts statsAndCosts)PlanFragment(PlanFragmentId id, PlanNode root, Map<Symbol,Type> symbols, PartitioningHandle partitioning, List<PlanNodeId> partitionedSources, PartitioningScheme partitioningScheme, StageExecutionDescriptor stageExecutionDescriptor, StatsAndCosts statsAndCosts, Optional<String> jsonRepresentation) -
Uses of StatsAndCosts in io.trino.sql.planner.planprinter
Methods in io.trino.sql.planner.planprinter with parameters of type StatsAndCosts Modifier and Type Method Description static StringPlanPrinter. textLogicalPlan(PlanNode plan, TypeProvider types, Metadata metadata, StatsAndCosts estimatedStatsAndCosts, Session session, int level, boolean verbose)
-