Optimizable optimizable = optimizableList.getOptimizable(proposedJoinOrder[joinPosition]);
/*
** Don't consider non-feasible join strategies.
*/
if ( ! optimizable.feasibleJoinStrategy(predicateList, this))
{
return;
}
/* Cost the optimizable at the current join position */