INTERNAL
Apply this node to the passed query
if (theQuery.isReportQuery()) {
ReportQuery reportQuery = (ReportQuery)theQuery;
String attrName = getLeft().isDotNode() ? resolveAttribute() : "COUNT";
reportQuery.addAttribute(attrName, generateExpression(context), Long.class);
}