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 2021/06/03 14:10:11 UTC

[iotdb] branch master updated (d06988e -> 41fbd19)

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

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


    from d06988e  Add comments for JMX_LOCAL (#3323)
     add 41fbd19  [IOTDB-1391]  Add a new Aggregation function ext (#3289)

No new revisions were added by this update.

Summary of changes:
 .../query/groupby/MergeGroupByExecutorTest.java    |  10 +-
 .../query/groupby/RemoteGroupByExecutorTest.java   |  11 +-
 .../cluster/server/member/DataGroupMemberTest.java |   2 +-
 docs/SystemDesign/TsFile/Format.md                 |   1 +
 docs/UserGuide/Appendix/SQL-Reference.md           |  11 ++
 .../DML-Data-Manipulation-Language.md              |   4 +-
 docs/zh/SystemDesign/TsFile/Format.md              |   1 +
 docs/zh/UserGuide/Appendix/SQL-Reference.md        |   8 ++
 .../DML-Data-Manipulation-Language.md              |   4 +-
 .../apache/iotdb/db/qp/constant/SQLConstant.java   |  13 ++-
 .../db/query/aggregation/AggregationType.java      |   8 +-
 ...ValueAggrResult.java => ExtremeAggrResult.java} | 111 ++++++++++++++-------
 .../db/query/factory/AggregateResultFactory.java   |  20 ++--
 .../org/apache/iotdb/db/constant/TestConstant.java |   4 +
 .../aggregation/IoTDBAggregationIT.java            |  61 +++++++++++
 .../aggregation/IoTDBAggregationLargeDataIT.java   |  64 ++++++++++++
 .../aggregation/IoTDBAggregationSmallDataIT.java   |  80 +++++++++++++++
 .../db/query/aggregation/AggregateResultTest.java  |  25 +++++
 18 files changed, 373 insertions(+), 65 deletions(-)
 copy server/src/main/java/org/apache/iotdb/db/query/aggregation/impl/{LastValueAggrResult.java => ExtremeAggrResult.java} (50%)