You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by li...@apache.org on 2016/11/08 09:25:12 UTC

[5/5] incubator-trafodion git commit: Merge [TRAFODION-2229] add Hashing functions to Trafodion

Merge [TRAFODION-2229] add Hashing functions to Trafodion


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

Branch: refs/heads/master
Commit: 7a9000e00e7c602217f525ed62c395c5050dcac8
Parents: 9643700 63e5338
Author: Liu Ming <li...@apache.org>
Authored: Tue Nov 8 09:24:40 2016 +0000
Committer: Liu Ming <li...@apache.org>
Committed: Tue Nov 8 09:24:40 2016 +0000

----------------------------------------------------------------------
 core/sql/common/OperTypeEnum.h              |   4 +
 core/sql/exp/ExpPackDefs.cpp                |  22 +++-
 core/sql/exp/exp_clause.cpp                 |  24 ++++
 core/sql/exp/exp_clause.h                   |   6 +-
 core/sql/exp/exp_function.cpp               | 145 +++++++++++++++++++++++
 core/sql/exp/exp_function.h                 | 116 ++++++++++++++++++
 core/sql/generator/GenItemFunc.cpp          |  36 ++++++
 core/sql/optimizer/BindItemExpr.cpp         |   4 +
 core/sql/optimizer/SynthType.cpp            |  63 +++++++++-
 core/sql/parser/ParKeyWords.cpp             |   7 +-
 core/sql/parser/sqlparser.y                 |  45 +++++++
 core/sql/regress/compGeneral/EXPECTED006.SB |  20 ++++
 core/sql/regress/compGeneral/TEST006        |   3 +
 13 files changed, 489 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/7a9000e0/core/sql/common/OperTypeEnum.h
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/7a9000e0/core/sql/parser/sqlparser.y
----------------------------------------------------------------------