Hello Jim Apple,

I'd like you to reexamine a change.  Please visit

    http://gerrit.cloudera.org:8080/2113

to look at the new patch set (#3).

Change subject: IMPALA-2784: codegen 
PartitionedHashJoinNode::Partition::BuildHashTable()
......................................................................

IMPALA-2784: codegen PartitionedHashJoinNode::Partition::BuildHashTable()

This patch implements codegen for (part of) the BuildHashTable()
function by codegening a version of the new InsertBatch() function,
which is called by BuildHashTableInternal(). The codegen'd
InsertBatch() is based on the cross-compiled original, and replaces
EvalBuildRow(), Equals(), and HashCurrentRow() calls.

For the following benchmark query:
 SELECT STRAIGHT_JOIN count(*)
 FROM tpch_parquet.orders l1
 JOIN [broadcast] biglineitem ON l_orderkey = o_orderkey
 WHERE l_partkey > 0
 AND l_suppkey > 0
 AND l_linenumber > 0
 AND o_orderdate < '19000'
 AND l_orderkey < 350000000;

Change-Id: I616f46a861b4909d7a6e66dcf947b3518556768e
---
M be/src/codegen/gen_ir_descriptions.py
M be/src/exec/partitioned-hash-join-node-ir.cc
M be/src/exec/partitioned-hash-join-node.cc
M be/src/exec/partitioned-hash-join-node.h
4 files changed, 196 insertions(+), 37 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/13/2113/3
-- 
To view, visit http://gerrit.cloudera.org:8080/2113
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I616f46a861b4909d7a6e66dcf947b3518556768e
Gerrit-PatchSet: 3
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Skye Wanderman-Milne <[email protected]>
Gerrit-Reviewer: Jim Apple <[email protected]>
Gerrit-Reviewer: Skye Wanderman-Milne <[email protected]>
Gerrit-Reviewer: Tim Armstrong <[email protected]>

Reply via email to