You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2022/04/19 03:31:56 UTC

[iotdb] branch stable-mpp updated (58e0565bd6 -> 743bb8ea0a)

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

jackietien pushed a change to branch stable-mpp
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 58e0565bd6 add input location for TimeJoinNode
     add 743bb8ea0a put boolean and List<InputLocation> into OutputColumn class

No new revisions were added by this update.

Summary of changes:
 .../db/mpp/sql/planner/plan/OutputColumn.java      | 55 ++++++++++++++++++++++
 .../planner/plan/node/process/TimeJoinNode.java    | 27 +++--------
 2 files changed, 62 insertions(+), 20 deletions(-)
 create mode 100644 server/src/main/java/org/apache/iotdb/db/mpp/sql/planner/plan/OutputColumn.java