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