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

caogaofei pushed a change to branch support_uncorrelated_subquery_in_where
in repository https://gitbox.apache.org/repos/asf/iotdb.git


    from 8a4ae2b4f72 add ITs for scalar subquery in select and having clause
     add 83ed1e3e1cd optimize MergeSortInnerJoinOperator

No new revisions were added by this update.

Summary of changes:
 ...or.java => MergeSortFullOuterJoinOperator.java} |  85 +++----
 ...erator.java => MergeSortInnerJoinOperator.java} | 256 ++++++++++++---------
 .../plan/planner/TableOperatorGenerator.java       |  12 +-
 3 files changed, 174 insertions(+), 179 deletions(-)
 rename 
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/operator/source/relational/{TableFullOuterJoinOperator.java
 => MergeSortFullOuterJoinOperator.java} (85%)
 rename 
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/execution/operator/source/relational/{TableInnerJoinOperator.java
 => MergeSortInnerJoinOperator.java} (74%)

Reply via email to