public abstract class QueryPlan { protected QueryPlan qPlan; protected Table table = null; public abstract Table execute() throws Exception;