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, Optional<Integer> partitionCount, List<PlanNodeId> partitionedSources, PartitioningScheme outputPartitioningScheme, StatsAndCosts statsAndCosts, List<CatalogProperties> activeCatalogs, List<LanguageScalarFunctionData> languageFunctions, 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.jsonLogicalPlan(PlanNode plan, Session session, TypeProvider types, Metadata metadata, FunctionManager functionManager, StatsAndCosts estimatedStatsAndCosts) static StringPlanPrinter.textLogicalPlan(PlanNode plan, TypeProvider types, Metadata metadata, FunctionManager functionManager, StatsAndCosts estimatedStatsAndCosts, Session session, int level, boolean verbose) static StringPlanPrinter.textLogicalPlan(PlanNode plan, TypeProvider types, Metadata metadata, FunctionManager functionManager, StatsAndCosts estimatedStatsAndCosts, Session session, int level, boolean verbose, Optional<NodeVersion> version)