Uses of Annotation Interface
io.trino.cost.CostCalculator.EstimatedExchanges
Packages that use CostCalculator.EstimatedExchanges
-
Uses of CostCalculator.EstimatedExchanges in io.trino.sql.planner
Constructor parameters in io.trino.sql.planner with annotations of type CostCalculator.EstimatedExchangesModifierConstructorDescriptionPlanOptimizers(PlannerContext plannerContext, IrTypeAnalyzer typeAnalyzer, TaskManagerConfig taskManagerConfig, SplitManager splitManager, PageSourceManager pageSourceManager, StatsCalculator statsCalculator, ScalarStatsCalculator scalarStatsCalculator, CostCalculator costCalculatorWithoutEstimatedExchanges, CostCalculator costCalculatorWithEstimatedExchanges, CostComparator costComparator, TaskCountEstimator taskCountEstimator, NodePartitioningManager nodePartitioningManager, RuleStatsRecorder ruleStats)