This is an automated email from the ASF dual-hosted git repository.
hui pushed a change to branch accelerateCount
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from 3c9a049ba3 quit immediately when endCal()
add abd07f9781 remove from loop for all accumulator
add 9981967f80 Merge branch 'accelerateCount' of github.com:apache/iotdb
into accelerateCount
No new revisions were added by this update.
Summary of changes:
.../iotdb/db/mpp/aggregation/AvgAccumulator.java | 28 ++++++++++-----
.../db/mpp/aggregation/ExtremeAccumulator.java | 28 ++++++++++-----
.../db/mpp/aggregation/FirstValueAccumulator.java | 42 +++++++++++++++-------
.../db/mpp/aggregation/LastValueAccumulator.java | 42 +++++++++++++++-------
.../db/mpp/aggregation/MaxTimeAccumulator.java | 7 ++--
.../db/mpp/aggregation/MaxTimeDescAccumulator.java | 7 ++--
.../db/mpp/aggregation/MaxValueAccumulator.java | 28 ++++++++++-----
.../db/mpp/aggregation/MinTimeAccumulator.java | 7 ++--
.../db/mpp/aggregation/MinTimeDescAccumulator.java | 7 ++--
.../db/mpp/aggregation/MinValueAccumulator.java | 28 ++++++++++-----
.../iotdb/db/mpp/aggregation/SumAccumulator.java | 28 ++++++++++-----
11 files changed, 180 insertions(+), 72 deletions(-)