You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2013/10/06 16:15:52 UTC

[jira] [Created] (TAJO-232) Rename join operators and add other join operators to PhysicalPlanner

Hyunsik Choi created TAJO-232:
---------------------------------

             Summary: Rename join operators and add other join operators to PhysicalPlanner
                 Key: TAJO-232
                 URL: https://issues.apache.org/jira/browse/TAJO-232
             Project: Tajo
          Issue Type: Improvement
          Components: physical operator
            Reporter: Hyunsik Choi
            Assignee: Hyunsik Choi
             Fix For: 0.2-incubating


The current physical operators for join have different naming rules as follows:
 * LeftOuterHashJoin, FullOuterHashJoin, ...
 * HashSemiJoin, HashAntiJoin

This patch renames join operators with consistency as follows: 
 * {Algorithm}{Join Type}Join

For example, outer joins will have the following names:
 * HashLeftOuterJoin
 * MergeRightOuterJoin
 * HashFullOuterJoin

This patch adds other join algorithms (left semi/anti hash join) to physical operators and adds In-subquery clause and exists predicate to Tajo algebra.



--
This message was sent by Atlassian JIRA
(v6.1#6144)