Revert "[CodeStyle] Remove unused PartitionedHashTable (#3156)" (#3159)

This reverts commit d3fd44f0a2fe076d2c62851babc162fcebe4d63b.
This commit is contained in:
lichaoyong
2020-03-20 14:42:40 +08:00
committed by GitHub
parent d3fd44f0a2
commit 5f004cb009
5 changed files with 1495 additions and 1 deletions

View File

@ -46,7 +46,7 @@ HashJoinNode::HashJoinNode(
_is_push_down = tnode.hash_join_node.is_push_down;
_build_unique = _join_op == TJoinOp::LEFT_ANTI_JOIN|| _join_op == TJoinOp::RIGHT_ANTI_JOIN
|| _join_op == TJoinOp::RIGHT_SEMI_JOIN || _join_op == TJoinOp::LEFT_SEMI_JOIN
|| _join_op == TJoinOp::NULL_AWARE_LEFT_ANTI_JOIN;
|| _join_op == TJoinOp::NULL_AWARE_LEFT_ANTI_JOIN
}
HashJoinNode::~HashJoinNode() {