Sh-Zh-7 commented on code in PR #14213:
URL: https://github.com/apache/iotdb/pull/14213#discussion_r1915320871
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/operator/source/relational/aggregation/TableAccumulator.java:
##########
@@ -30,6 +30,10 @@ public interface TableAccumulator {
void addInput(Column[] arguments);
+ default void removeInput(Column[] arguments) {
Review Comment:
In window function, we need `removeInput` rather than `removeIntermediate`.
I dont think the latter is necessary for now.
--
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]