* Added for @AdHoc processes
*
*/
private void checkForFinishedCompilerWork() {
if (trace.val) LOG.trace("Checking for finished compiled work.");
AsyncCompilerResult result = null;
while ((result = this.asyncCompilerWorkThread.getPlannedStmt()) != null) {
if (trace.val) LOG.trace("AsyncCompilerResult\n" + result);
// ----------------------------------