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

Reply via email to