Sh-Zh-7 commented on code in PR #12005:
URL: https://github.com/apache/iotdb/pull/12005#discussion_r1478493012
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/operator/AggregationUtil.java:
##########
@@ -58,6 +60,9 @@ public class AggregationUtil {
private static final String PARTIAL_SUFFIX = "_partial";
+ private static final List<String> builtinAggregationNames =
Review Comment:
Done.
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/planner/plan/parameter/AggregationDescriptor.java:
##########
@@ -63,18 +64,29 @@ public class AggregationDescriptor {
protected String parametersString;
+ private List<String> builtinAggregationNames;
+
Review Comment:
Done.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]