if ((ap == null) || (ap.getCostEstimate() == null))
return;
// We found a best plan in our map, so load it into this Optimizable's
// trulyTheBestAccessPath field.
bestPath.copy(ap);
return;
}
/** @see Optimizable#rememberAsBest */
public void rememberAsBest(int planType, Optimizer optimizer)