Class PrelCostEstimates

java.lang.Object
org.apache.drill.exec.planner.cost.PrelCostEstimates

public class PrelCostEstimates extends Object
Cost estimates per physical relation. These cost estimations are computed during physical planning by the optimizer. These are also used post physical planning to compute memory requirements in minor fragment generation phase.
  • Field Details

  • Constructor Details

    • PrelCostEstimates

      public PrelCostEstimates(double memory, double rowCount)
  • Method Details

    • getOutputRowCount

      public double getOutputRowCount()
    • getMemoryCost

      public double getMemoryCost()