Testing out concept - aggregation formula on fetch clause

This commit is contained in:
rob bygrave
2019-01-22 15:56:20 +13:00
parent 9dbd903a73
commit 141f0a8b16
7 changed files with 39 additions and 14 deletions
@@ -92,6 +92,10 @@ public class SqlTreeProperties {
return aggregation;
}
public void checkAggregation() {
aggregationJoin();
}
/**
* Return the property to join for aggregation.
*/