Uses of Class
io.trino.cost.StatsAndCosts
Packages that use StatsAndCosts
-
Uses of StatsAndCosts in io.trino.cost
Methods in io.trino.cost that return StatsAndCostsModifier and TypeMethodDescriptionstatic StatsAndCostsstatic StatsAndCostsStatsAndCosts.create(PlanNode root, StatsProvider statsProvider, CostProvider costProvider) static StatsAndCostsStatsAndCosts.empty()StatsAndCosts.getForSubplan(PlanNode root) -
Uses of StatsAndCosts in io.trino.sql.planner
Methods in io.trino.sql.planner that return StatsAndCostsConstructors in io.trino.sql.planner with parameters of type StatsAndCostsModifierConstructorDescriptionPlan(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 StatsAndCostsModifier and TypeMethodDescriptionstatic StringPlanPrinter.textLogicalPlan(PlanNode plan, TypeProvider types, Metadata metadata, StatsAndCosts estimatedStatsAndCosts, Session session, int level, boolean verbose)