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 9df420407e fix testTSFileConfigUtilCompleteness
add ac0789ebaf unified code style
add 5f04530965 fix reset bug in Aggregator
add e1c8df3c94 implement basic TimeSliceAllocator
No new revisions were added by this update.
Summary of changes:
.../iotdb/db/mpp/aggregation/Aggregator.java | 1 +
.../db/mpp/execution/operator/AggregationUtil.java | 2 +-
.../db/mpp/execution/operator/OperatorContext.java | 35 +++++
.../operator/process/AggregationOperator.java | 104 ++++++++------
.../process/RawDataAggregationOperator.java | 154 +++++++++++++--------
.../process/SlidingWindowAggregationOperator.java | 153 +++++++++++---------
.../AlignedSeriesAggregationScanOperator.java | 31 ++---
.../source/SeriesAggregationScanOperator.java | 126 +++++++++--------
.../mpp/execution/timer/ITimeSliceAllocator.java | 11 +-
.../timer/RuleBasedTimeSliceAllocator.java | 65 +++++++++
.../db/mpp/plan/planner/LocalExecutionPlanner.java | 96 +++++++++++--
.../tsfile/read/common/block/TsBlockUtil.java | 14 --
12 files changed, 514 insertions(+), 278 deletions(-)
copy tsfile/src/main/java/org/apache/iotdb/tsfile/common/cache/Cache.java =>
server/src/main/java/org/apache/iotdb/db/mpp/execution/timer/ITimeSliceAllocator.java
(76%)
create mode 100644
server/src/main/java/org/apache/iotdb/db/mpp/execution/timer/RuleBasedTimeSliceAllocator.java