return translator.translate(qSpec, this);
}
public void execute(String query, QueryOutputPrinter outP) throws WindowingException
{
QuerySpec qSpec = parse(query);
QueryDef q = translator.translate(qSpec, this);
ArrayList<QueryDef> componentQueries;
executor.beforeComponentization(q, this);
QueryComponentizer qC = new QueryComponentizer(q, this);