String parserConfPath = "../test/squall/unit_tests/confs/0_1G_tpch7_ncl";
ParserMain pm = new ParserMain();
Map map = pm.createConfig(parserConfPath);
_parsedQuery = ParserUtil.parseQuery(map);
Schema schema = new Schema(map);
ProjGlobalCollect globalProject = new ProjGlobalCollect(_parsedQuery.getSelectItems(), _parsedQuery.getWhereExpr());
globalProject.process();
processWhereClause(_parsedQuery.getWhereExpr());