You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by xi...@apache.org on 2022/05/11 09:30:02 UTC

[iotdb] branch aggregationOp updated (bb0a701293 -> e6719530ae)

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

xiangweiwei pushed a change to branch aggregationOp
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from bb0a701293 remove old singleTimeWindowIterator
     add e6719530ae add getDeduplicatedDescriptors()

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/mpp/aggregation/Accumulator.java      |   3 +-
 .../db/mpp/plan/planner/LocalExecutionPlanner.java |  62 +++++-
 .../planner/plan/node/process/AggregationNode.java |  64 +++++-
 .../plan/node/process/GroupByLevelNode.java        |   6 +-
 .../plan/parameter/AggregationDescriptor.java      |  56 ++++-
 .../iotdb/db/query/expression/Expression.java      |   2 +-
 .../node/process/AggregationNodeSerdeTest.java     | 228 +++++++++++++++++++++
 7 files changed, 403 insertions(+), 18 deletions(-)