mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1589 - Refactor internals move SqlQuery sqlDistinct ... to SqlTreeNodeRoot (query plan)
This commit is contained in:
@@ -20,6 +20,10 @@ interface SqlTreeNode {
|
||||
*/
|
||||
void buildRawSqlSelectChain(List<String> selectChain);
|
||||
|
||||
default boolean isSqlDistinct() {
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Return true if this node includes an aggregation.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user