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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
ZERO_COST
 
- 
- 
Constructor Details- 
PrelCostEstimatespublic PrelCostEstimates(double memory, double rowCount) 
 
- 
- 
Method Details- 
getOutputRowCountpublic double getOutputRowCount()
- 
getMemoryCostpublic double getMemoryCost()
 
-