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/05/31 10:27:02 UTC

[iotdb] branch lmh/disableView updated (b8195fa8f81 -> 6953729e177)

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

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


    from b8195fa8f81 delete copy() in expression
     add 6241e06e143 refactor last operator
     add 6953729e177 remove serde

No new revisions were added by this update.

Summary of changes:
 .../last/AlignedUpdateLastCacheOperator.java       |  28 ++---
 .../AlignedUpdateViewPathLastCacheOperator.java    |  57 ++++++++++
 .../process/last/UpdateLastCacheOperator.java      |  20 ++--
 .../last/UpdateViewPathLastCacheOperator.java      |  50 +++++++++
 .../iotdb/db/mpp/plan/expression/Expression.java   |  16 ---
 .../db/mpp/plan/planner/LogicalPlanBuilder.java    | 106 +++++++++++++-----
 .../db/mpp/plan/planner/OperatorTreeGenerator.java | 124 +++++++++++++--------
 .../plan/node/source/AlignedLastQueryScanNode.java |  62 +++--------
 .../plan/node/source/LastQueryScanNode.java        |  51 +++++----
 .../execution/operator/LastQueryOperatorTest.java  |   5 -
 .../operator/LastQuerySortOperatorTest.java        |   5 -
 .../mpp/execution/operator/OperatorMemoryTest.java |   3 +-
 .../operator/UpdateLastCacheOperatorTest.java      |   2 -
 .../db/mpp/plan/plan/QueryLogicalPlanUtil.java     |  28 ++---
 .../mpp/plan/plan/distribution/LastQueryTest.java  |  14 +--
 15 files changed, 335 insertions(+), 236 deletions(-)
 create mode 100644 server/src/main/java/org/apache/iotdb/db/mpp/execution/operator/process/last/AlignedUpdateViewPathLastCacheOperator.java
 create mode 100644 server/src/main/java/org/apache/iotdb/db/mpp/execution/operator/process/last/UpdateViewPathLastCacheOperator.java