DQPWorkContext context = new DQPWorkContext();
context.setSession(session);
try {
return context.runInContext(new Callable<List<List>>() {
@Override
public List<List> call() throws Exception {
ArrayList<List> results = new ArrayList<List>();
long start = System.currentTimeMillis();