Daniel Becker has uploaded a new patch set (#4). ( 
http://gerrit.cloudera.org:8080/16208 )

Change subject: IMPALA-7655: Implement codegen for conditional functions (if, 
isnull, coalesce)
......................................................................

IMPALA-7655: Implement codegen for conditional functions (if, isnull, coalesce)

Implement proper codegen for conditional functions (if, isnull,
coalesce) instead of simply calling into interpreted code. We use
IRBuilder to generate hand-crafted code.

Change-Id: I11f617a9148492ccafb46112ce0af103a10090f8
---
M be/src/exprs/case-expr.cc
M be/src/exprs/conditional-functions-ir.cc
M be/src/exprs/conditional-functions.cc
3 files changed, 295 insertions(+), 85 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/08/16208/4
--
To view, visit http://gerrit.cloudera.org:8080/16208
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I11f617a9148492ccafb46112ce0af103a10090f8
Gerrit-Change-Number: 16208
Gerrit-PatchSet: 4
Gerrit-Owner: Daniel Becker <daniel.bec...@cloudera.com>
Gerrit-Reviewer: Bikramjeet Vig <bikramjeet....@cloudera.com>
Gerrit-Reviewer: Csaba Ringhofer <csringho...@cloudera.com>
Gerrit-Reviewer: Daniel Becker <daniel.bec...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com>
Gerrit-Reviewer: Tim Armstrong <tarmstr...@cloudera.com>

Reply via email to