You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by su...@apache.org on 2020/01/15 02:59:21 UTC

[incubator-iotdb] branch new_series_reader updated (e6f38ad -> 72b7613)

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

sunzesong pushed a change to branch new_series_reader
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from e6f38ad  Merge AggregateResult and AggreResultData; move init() to constructor
     add 72b7613  update aggregate; exchange extend relationship of AVG and SUM

No new revisions were added by this update.

Summary of changes:
 .../db/query/aggregation/AggregateResult.java      | 55 +++++----------
 .../db/query/aggregation/impl/AvgAggrResult.java   | 56 ++-------------
 .../db/query/aggregation/impl/CountAggrResult.java |  4 +-
 .../aggregation/impl/FirstValueAggrResult.java     |  4 +-
 .../aggregation/impl/LastValueAggrResult.java      |  4 +-
 .../query/aggregation/impl/MaxTimeAggrResult.java  |  4 +-
 .../query/aggregation/impl/MaxValueAggrResult.java |  4 +-
 .../query/aggregation/impl/MinTimeAggrResult.java  |  4 +-
 .../query/aggregation/impl/MinValueAggrResult.java |  4 +-
 .../db/query/aggregation/impl/SumAggrResult.java   | 80 ++++++++++++++++++++--
 .../groupby/GroupByWithoutValueFilterDataSet.java  |  4 +-
 .../db/query/executor/AggregateEngineExecutor.java | 12 ++--
 12 files changed, 119 insertions(+), 116 deletions(-)