** Make sure user-specified bulk fetch is OK with the chosen join
** strategy.
*/
if (bulkFetch != UNSET)
{
if ( ! trulyTheBestJoinStrategy.bulkFetchOK())
{
throw StandardException.newException(SQLState.LANG_INVALID_BULK_FETCH_WITH_JOIN_TYPE,
trulyTheBestJoinStrategy.getName());
}
// bulkFetch has no meaning for hash join, just ignore it