this.plan = plan;
this.queryResultProtos = new ArrayList<ClientProtos.QueryResultProto>();
this.nameDataTypePairs = new ArrayList<ClientProtos.StringDataTypePair>();
this.server = server;
this.tableDesc = plan.getTableDesc();
this.aggregationClient = new WaspAggregationClient(server.getConfiguration());
}