This is an automated email from the ASF dual-hosted git repository.
hui pushed a change to branch lmh/AggOpMemoryControl
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from d9c912f413 finish memory calculate for SeriesAggregationScanOperator
new c1691b4205 finish memory calculate for SingleInputAggregationOperator
new 5e9192cdf2 finish memory calculate for AggregationOperator
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../db/mpp/execution/operator/AggregationUtil.java | 2 +-
.../operator/process/AggregationOperator.java | 36 +++++------
.../process/RawDataAggregationOperator.java | 23 ++------
.../process/SingleInputAggregationOperator.java | 31 +++++++---
.../process/SlidingWindowAggregationOperator.java | 17 ++----
.../db/mpp/plan/planner/OperatorTreeGenerator.java | 69 ++++++++++++++++++++--
.../operator/AggregationOperatorTest.java | 5 +-
.../operator/RawDataAggregationOperatorTest.java | 5 +-
.../SlidingWindowAggregationOperatorTest.java | 4 +-
9 files changed, 125 insertions(+), 67 deletions(-)