172173174175176177178179
@Override public void validate() throws EGQLException { if (!op.aggregationChildren().isEmpty()) { // at the moment Yaac does not support nested aggregation function throw new EGQLE004Exception(); } }