Class PrelCostEstimates
java.lang.Object
org.apache.drill.exec.planner.cost.PrelCostEstimates
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 Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
ZERO_COST
-
-
Constructor Details
-
PrelCostEstimates
public PrelCostEstimates(double memory, double rowCount)
-
-
Method Details
-
getOutputRowCount
public double getOutputRowCount() -
getMemoryCost
public double getMemoryCost()
-