alex-plekhanov commented on code in PR #12096:
URL: https://github.com/apache/ignite/pull/12096#discussion_r3348420114
##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/exp/window/WindowPartitionBase.java:
##########
@@ -64,4 +73,16 @@ protected final Row
createResultRow(RowHandler.RowFactory<Row> rowFactory, Row s
Row resultsRow = this.rowFactory.create(results);
return rowFactory.handler().concat(src, resultsRow);
}
+
+ /** Adds row to memory tracker. */
+ protected final void onRowAdded(Row row) {
Review Comment:
Only used by BufferingWindowPartition, can be moved to this class.
--
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]