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/02/06 12:06:08 UTC

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

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 b71fd95  [IOTDB-452] Do all aggregations of one series at one pass in GroupBy (#769)
     add c311b36  Merge new_series_reader and solve conflicts
     add e291c91  Rename
     add 132fe56  Merge remote-tracking branch 'upstream/new_series_reader' into new_series_reader
     add 7715c3b  Solve conflicts
     add 03e18f7  Add tests
     add 5a06b8d  Add test
     add 3b06b1f  Extract series test util
     add d7e4a54  Merge remote-tracking branch 'upstream/new_series_reader' into new_series_reader
     add 5570ec2  Add license
     add 4e998ab  Merge remote-tracking branch 'upstream/new_series_reader' into new_series_reader
     add 88f5a66  Enhance IT test for aggregation query with more than one functions on one series
     add 8389530  Rename
     add 98f3d31  Merge remote-tracking branch 'upstream/new_series_reader' into new_series_reader
     add bd9517b  Merge remote-tracking branch 'upstream/new_series_reader' into new_series_reader
     add eb7565e  Merge remote-tracking branch 'upstream/new_series_reader' into new_series_reader
     add eddc108  Enhance

No new revisions were added by this update.

Summary of changes:
 .../SystemDesign/5-DataQuery/1-DataQuery.md        |   9 +-
 .../SystemDesign/5-DataQuery/4-AggregateQuery.md   | 115 +++++++++++++++++++++
 .../db/query/executor/AggregationExecutor.java     |  11 +-
 3 files changed, 129 insertions(+), 6 deletions(-)
 create mode 100644 docs/Documentation-CHN/SystemDesign/5-DataQuery/4-AggregateQuery.md