Compute and return evalcost of this expr given the evalcost of all children has been computed. Should be called bottom-up whenever the structure of subtree is modified.
()
| 616 | * computed. Should be called bottom-up whenever the structure of subtree is modified. |
| 617 | */ |
| 618 | abstract protected float computeEvalCost(); |
| 619 | |
| 620 | protected void computeNumDistinctValues() { |
| 621 | if (isConstant()) { |