public QueryHookExecutor(QueryMaster.QueryMasterContext context) { this.context = context; hookList.add(new MaterializedResultHook()); hookList.add(new CreateTableHook()); hookList.add(new InsertTableHook()); }
protected void addDiagnostic(String diag) { diagnostics.add(diag); }