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

hui pushed a change to branch lmh/seriesScanUtilSupportFilterPushDown
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 379acbe7bef rename
     add fdb0adcd07b implement satisfyTsBlock
     add 921379754a0 fix test

No new revisions were added by this update.

Summary of changes:
 .../execution/operator/source/FileLoaderUtils.java |   6 +-
 .../read/reader/chunk/MemAlignedPageReader.java    |  28 +-
 .../read/reader/chunk/MemPageReader.java           | 240 +++-----------
 .../iotdb/tsfile/read/filter/basic/Filter.java     |   3 +
 .../iotdb/tsfile/read/filter/basic/TimeFilter.java |  10 +
 .../tsfile/read/filter/basic/ValueFilter.java      |  17 +
 .../iotdb/tsfile/read/filter/operator/And.java     |  11 +
 .../iotdb/tsfile/read/filter/operator/Not.java     |   6 +
 .../iotdb/tsfile/read/filter/operator/Or.java      |  11 +
 .../tsfile/read/reader/chunk/ChunkReader.java      |   7 +-
 .../tsfile/read/reader/page/AlignedPageReader.java | 345 ++++++++++-----------
 .../iotdb/tsfile/read/reader/page/PageReader.java  |  53 ++--
 .../read/reader/series/PaginationController.java   |   3 +
 13 files changed, 307 insertions(+), 433 deletions(-)

Reply via email to