You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2020/02/06 12:00:45 UTC

[incubator-iotdb] branch new_series_reader updated (b1eb110 -> b71fd95)

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

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


    from b1eb110  update raw data query and series reader doc
     add b71fd95  [IOTDB-452] Do all aggregations of one series at one pass in GroupBy (#769)

No new revisions were added by this update.

Summary of changes:
 .../groupby/GroupByWithoutValueFilterDataSet.java  | 173 ++++++++++++++------
 .../db/query/executor/AggregationExecutor.java     |  46 +++---
 .../iotdb/db/integration/IoTDBAggregationIT.java   | 131 ++++++++++-----
 .../reader/series/SeriesAggregateReaderTest.java   | 119 ++++++++++++++
 .../db/query/reader/series/SeriesReaderTest.java   | 182 +++------------------
 .../reader/series/SeriesReaderTestUtil.java}       | 156 ++++++++----------
 .../apache/iotdb/tsfile/read/common/BatchData.java |   9 +-
 7 files changed, 469 insertions(+), 347 deletions(-)
 create mode 100644 server/src/test/java/org/apache/iotdb/db/query/reader/series/SeriesAggregateReaderTest.java
 copy server/src/test/java/org/apache/iotdb/db/{engine/merge/MergeTest.java => query/reader/series/SeriesReaderTestUtil.java} (66%)