You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by hz...@apache.org on 2018/01/30 16:00:40 UTC

[3/3] trafodion git commit: Merge [TRAFODION-2912] Better handling of non-deterministic scalar UDFs PR-1420

Merge [TRAFODION-2912] Better handling of non-deterministic scalar UDFs PR-1420


Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/6d38e580
Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/6d38e580
Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/6d38e580

Branch: refs/heads/master
Commit: 6d38e58097d1b592983fa7e478dc839ad9509bdc
Parents: 4ef8055 81db5c0
Author: Hans Zeller <hz...@apache.org>
Authored: Tue Jan 30 15:59:53 2018 +0000
Committer: Hans Zeller <hz...@apache.org>
Committed: Tue Jan 30 15:59:53 2018 +0000

----------------------------------------------------------------------
 core/sql/optimizer/NormItemExpr.cpp        |   3 +-
 core/sql/optimizer/NormRelExpr.cpp         |  19 ++--
 core/sql/regress/udr/EXPECTED103           | 125 ++++++++++++++++++++++++
 core/sql/regress/udr/TEST103               |  22 +++++
 core/sql/regress/udr/TEST103_functions.cpp |  33 ++++++-
 5 files changed, 193 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/6d38e580/core/sql/optimizer/NormRelExpr.cpp
----------------------------------------------------------------------