else if (queryName.equalsIgnoreCase("tpch7"))
queryPlan = new TPCH7Plan(dataPath, extension, conf).getQueryPlan();
else if (queryName.equalsIgnoreCase("tpch8"))
queryPlan = new TPCH8Plan(dataPath, extension, conf).getQueryPlan();
else if (queryName.equalsIgnoreCase("tpch9"))
queryPlan = new TPCH9Plan(dataPath, extension, conf).getQueryPlan();
else if (queryName.equalsIgnoreCase("tpch10"))
queryPlan = new TPCH10Plan(dataPath, extension, conf).getQueryPlan();
else if (queryName.equalsIgnoreCase("theta_tpch4"))
queryPlan = new ThetaTPCH4Plan(dataPath, extension, conf).getQueryPlan();
else if (queryName.equalsIgnoreCase("theta_tpch5"))