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

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


    from f00f8442dc0 perfect inner join operator
     add 88e340aa8c4 fix

No new revisions were added by this update.

Summary of changes:
 .../source/relational/InnerJoinOperator.java       |   8 +-
 .../plan/planner/TableOperatorGenerator.java       |   6 +-
 .../plan/planner/plan/node/PlanNodeType.java       |   1 +
 .../plan/relational/planner/RelationPlanner.java   |   6 --
 .../planner/iterative/rule/AddJoinIndex.java       |  21 ++--
 .../planner/iterative/rule/PruneJoinColumns.java   |   6 +-
 .../plan/relational/planner/node/JoinNode.java     | 119 ++++++++++++++++++---
 .../planner/optimizations/JoinUtils.java           |  18 ++--
 .../optimizations/PushPredicateIntoTableScan.java  |   6 +-
 .../optimizations/UnaliasSymbolReferences.java     |   6 +-
 .../plan/relational/analyzer/JoinTest.java         |  34 ++----
 11 files changed, 141 insertions(+), 90 deletions(-)

Reply via email to