Package io.trino.cost

Class CostCalculatorUsingExchanges

java.lang.Object
io.trino.cost.CostCalculatorUsingExchanges
All Implemented Interfaces:
CostCalculator

@ThreadSafe public class CostCalculatorUsingExchanges extends Object implements CostCalculator
Simple implementation of CostCalculator. It assumes that ExchangeNodes are already in the plan.
  • Constructor Details

    • CostCalculatorUsingExchanges

      @Inject public CostCalculatorUsingExchanges(TaskCountEstimator taskCountEstimator)
  • Method Details