You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hu...@apache.org on 2022/11/30 15:17:02 UTC

[iotdb] branch lmh/scanOpBatchProcess updated (3b92929358 -> 0438761203)

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

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


    from 3b92929358 fix appendTsBlockToBuilder
     add 9a613c2a5f rename
     add e3548b3340 fix maxReturnSize
     add 0438761203 try to unify

No new revisions were added by this update.

Summary of changes:
 .../source/AbstractSeriesScanOperator.java         |  12 +-
 .../operator/source/AlignedSeriesScanOperator.java |   7 +-
 .../operator/source/SeriesScanOperator.java        |   5 +-
 .../execution/operator/source/SeriesScanUtil.java  | 375 +++------------------
 .../query/reader/chunk/MemAlignedPageReader.java   |   4 +-
 .../iotdb/db/query/reader/chunk/MemPageReader.java |   4 +-
 .../iotdb/tsfile/read/reader/IPageReader.java      |   7 +-
 .../tsfile/read/reader/page/AlignedPageReader.java |   4 +-
 .../iotdb/tsfile/read/reader/page/PageReader.java  |   4 +-
 9 files changed, 73 insertions(+), 349 deletions(-)