else if (queryName.equalsIgnoreCase("theta_tpch5"))
queryPlan = new ThetaTPCH5Plan(dataPath, extension, conf).getQueryPlan();
else if (queryName.equalsIgnoreCase("theta_tpch7"))
queryPlan = new ThetaTPCH7Plan(dataPath, extension, conf).getQueryPlan();
else if (queryName.equalsIgnoreCase("theta_tpch8"))
queryPlan = new ThetaTPCH8Plan(dataPath, extension, conf).getQueryPlan();
else if (queryName.equalsIgnoreCase("theta_tpch9"))
queryPlan = new ThetaTPCH9Plan(dataPath, extension, conf).getQueryPlan();
else if (queryName.equalsIgnoreCase("theta_tpch10"))
queryPlan = new ThetaTPCH10Plan(dataPath, extension, conf).getQueryPlan();
else if (queryName.equalsIgnoreCase("theta_input_dominated"))