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/15 11:33:50 UTC

[incubator-iotdb] branch new_series_reader updated (8e4a01a -> 812d739)

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 8e4a01a  [IOTDB-466] group by device -> align by device && group by time range [] -> [) (#805)
     add 812d739  [IOTDB-464] Vectorize the IReaderByTimestamp (#812)

No new revisions were added by this update.

Summary of changes:
 .../adapter/ByTimestampReaderAdapter.java          |  46 +++---
 .../reader/chunk/DiskChunkReaderByTimestamp.java   |  55 ++++---
 .../db/query/reader/series/IReaderByTimestamp.java |   7 +-
 .../reader/series/SeriesReaderByTimestamp.java     |  24 ++-
 .../universal/PriorityMergeReaderByTimestamp.java  |  52 ------
 .../PriorityMergeReaderByTimestampTest.java        | 178 ---------------------
 .../apache/iotdb/tsfile/read/common/BatchData.java |  34 ++--
 7 files changed, 94 insertions(+), 302 deletions(-)
 delete mode 100644 server/src/main/java/org/apache/iotdb/db/query/reader/universal/PriorityMergeReaderByTimestamp.java
 delete mode 100644 server/src/test/java/org/apache/iotdb/db/query/reader/universal/PriorityMergeReaderByTimestampTest.java