rowOrdering);
/* Copy child cost to this node's cost */
costEstimate.setCost(
childCost.getEstimatedCost(),
childCost.rowCount(),
childCost.singleScanRowCount());
// Note: we don't call "optimizer.considerCost()" here because
// a) the child will make that call as part of its own
// "optimizeIt()" work above, and b) the child might have