You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hu...@apache.org on 2022/07/09 14:36:29 UTC

[iotdb] branch lmh/aggrOpRefactor updated (dab950f2fc -> a1ceab70c7)

This is an automated email from the ASF dual-hosted git repository.

hui pushed a change to branch lmh/aggrOpRefactor
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from dab950f2fc optimize skipOutOfTimeRange
     add a1ceab70c7 optimize code

No new revisions were added by this update.

Summary of changes:
 .../db/mpp/execution/operator/AggregationUtil.java |  60 ++++
 .../operator/process/AggregationOperator.java      |   2 -
 .../process/RawDataAggregationOperator.java        |  65 +---
 .../AbstractSeriesAggregationScanOperator.java     | 240 +++++++++++++
 .../AlignedSeriesAggregationScanOperator.java      | 176 ++++------
 .../source/SeriesAggregationScanOperator.java      | 371 +++++----------------
 .../tsfile/read/common/block/TsBlockUtil.java      |  39 +--
 7 files changed, 455 insertions(+), 498 deletions(-)
 create mode 100644 server/src/main/java/org/apache/iotdb/db/mpp/execution/operator/source/AbstractSeriesAggregationScanOperator.java