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 2023/02/13 13:12:16 UTC

[iotdb] branch lmh/limitPushDown updated (e4c4449107 -> 1e2d5b7a42)

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

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


    from e4c4449107 fix bug
     add 1e2d5b7a42 tmp save

No new revisions were added by this update.

Summary of changes:
 .../utils/reader/SeriesDataBlockReader.java        |  11 +-
 .../db/engine/querycontext/QueryDataSource.java    |  25 ----
 .../operator/source/AlignedSeriesScanOperator.java |  18 +--
 .../operator/source/AlignedSeriesScanUtil.java     |  13 +-
 .../source/SeriesAggregationScanOperator.java      |   8 +-
 .../operator/source/SeriesScanOperator.java        |  18 +--
 .../execution/operator/source/SeriesScanUtil.java  |  79 +++++------
 .../db/mpp/plan/planner/OperatorTreeGenerator.java |  43 ++++--
 .../planner/plan/parameter/SeriesScanOptions.java  | 154 +++++++++++++++++++++
 .../db/mpp/plan/statement/component/Ordering.java  |   4 +
 .../operator/AlignedSeriesScanOperatorTest.java    |  29 ++--
 11 files changed, 264 insertions(+), 138 deletions(-)
 create mode 100644 server/src/main/java/org/apache/iotdb/db/mpp/plan/planner/plan/parameter/SeriesScanOptions.java