mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 11:07:06 +00:00
(improvement)(headless) not merge nested aggregations (#1760)
This commit is contained in:
@@ -81,4 +81,8 @@ public class SemanticSqlDialect extends SqlDialect {
|
|||||||
@Nullable SqlNode fetch) {
|
@Nullable SqlNode fetch) {
|
||||||
unparseFetchUsingAnsi(writer, offset, fetch);
|
unparseFetchUsingAnsi(writer, offset, fetch);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public boolean supportsNestedAggregations() {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user