Query query = new Query(
Optional.<With>absent(),
new QuerySpecification(
selectList(
new SingleColumn(new StringLiteral(queryPlan), "Query Plan")),
null,
Optional.<Expression>absent(),
ImmutableList.<Expression>of(),
Optional.<Expression>absent(),
ImmutableList.<SortItem>of(),