You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hu...@apache.org on 2023/01/09 08:48:22 UTC

[iotdb] branch lmh/querySession updated (fb927c306c -> 9de28dce66)

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

hui pushed a change to branch lmh/querySession
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from fb927c306c use TAggregationType replace Aggregation
     add 9de28dce66 use TAggregationType replace AggregationType

No new revisions were added by this update.

Summary of changes:
 .../db/mpp/aggregation/AccumulatorFactory.java     |   8 +-
 .../SlidingWindowAggregatorFactory.java            |   4 +-
 .../db/mpp/plan/planner/LogicalPlanBuilder.java    |  10 +-
 .../plan/parameter/AggregationDescriptor.java      |   7 +-
 .../planner/plan/parameter/AggregationType.java    | 113 --------------------
 .../org/apache/iotdb/db/utils/SchemaUtils.java     |  12 +--
 .../iotdb/db/mpp/aggregation/AccumulatorTest.java  |  22 ++--
 .../operator/AggregationOperatorTest.java          |  48 ++++-----
 .../AlignedSeriesAggregationScanOperatorTest.java  |  98 ++++++++---------
 .../mpp/execution/operator/OperatorMemoryTest.java |  36 +++----
 .../operator/RawDataAggregationOperatorTest.java   |  48 ++++-----
 .../SeriesAggregationScanOperatorTest.java         |  98 ++++++++---------
 .../SlidingWindowAggregationOperatorTest.java      |  36 +++----
 .../operator/VerticallyConcatOperatorTest.java     |   6 +-
 .../plan/analyze/AggregationDescriptorTest.java    |  22 ++--
 .../iotdb/db/mpp/plan/plan/LogicalPlannerTest.java |   4 +-
 .../db/mpp/plan/plan/QueryLogicalPlanUtil.java     |  92 ++++++++--------
 .../distribution/AggregationDistributionTest.java  |  58 +++++-----
 .../node/process/AggregationNodeSerdeTest.java     | 118 ++++++++++-----------
 .../node/process/GroupByLevelNodeSerdeTest.java    |   8 +-
 .../plan/node/process/GroupByTagNodeSerdeTest.java |  10 +-
 .../source/SeriesAggregationScanNodeSerdeTest.java |   4 +-
 22 files changed, 375 insertions(+), 487 deletions(-)
 delete mode 100644 server/src/main/java/org/apache/iotdb/db/mpp/plan/planner/plan/parameter/AggregationType.java