#1589 - Refactor internals move SqlQuery sqlDistinct ... to SqlTreeNodeRoot (query plan)

This commit is contained in:
rob bygrave
2018-12-21 15:57:07 +13:00
parent 82def2710e
commit 0397140e0b
10 changed files with 39 additions and 90 deletions
@@ -20,6 +20,10 @@ interface SqlTreeNode {
*/
void buildRawSqlSelectChain(List<String> selectChain);
default boolean isSqlDistinct() {
return false;
}
/**
* Return true if this node includes an aggregation.
*/