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/03/02 01:40:02 UTC

[incubator-iotdb] branch optimize_series_reader updated (b7c10da -> 3b33fbb)

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

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


    from b7c10da  remove unused interfaces in IAggregateReader
     add 3b33fbb  push down value filter and add log

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/query/reader/chunk/MemPageReader.java | 19 +++++++-
 .../iotdb/db/query/reader/series/SeriesReader.java | 55 ++++++++++++----------
 .../iotdb/tsfile/read/reader/IPageReader.java      |  3 ++
 .../iotdb/tsfile/read/reader/page/PageReader.java  |  5 ++
 4 files changed, 56 insertions(+), 26 deletions(-)