QueryIterator qIter = opExt.eval(input, execCxt) ;
if ( qIter != null )
return qIter ;
} catch (UnsupportedOperationException ex) { }
// null or UnsupportedOperationException
throw new QueryExecException("Encountered unsupported OpExt: "+opExt.getName()) ;
}