You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2016/02/17 17:23:28 UTC

[3/3] incubator-trafodion git commit: Merge [TRAFODION-1833] PR 323 Run-time display methods for Atp, Cri, Tupp

Merge [TRAFODION-1833] PR 323 Run-time display methods for Atp, Cri, Tupp


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

Branch: refs/heads/master
Commit: 7311ab5b8f7e993cf6fde204a875aaa7516045ec
Parents: f8cc653 1e0d039
Author: Dave Birdsall <db...@apache.org>
Authored: Wed Feb 17 16:21:59 2016 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Wed Feb 17 16:22:45 2016 +0000

----------------------------------------------------------------------
 core/sql/common/str.cpp          | 152 ++++++++++++++++++++++++++++++++++
 core/sql/common/str.h            |   3 +
 core/sql/executor/ExSequence.cpp |   2 +
 core/sql/executor/MdamPoint.cpp  | 152 +---------------------------------
 core/sql/executor/MdamPoint.h    |   5 +-
 core/sql/exp/ExpAtp.cpp          |  71 ++++++++++++++++
 core/sql/exp/ExpAtp.h            |   9 ++
 core/sql/exp/ExpCriDesc.cpp      |  18 ++++
 core/sql/exp/ExpCriDesc.h        |   3 +
 core/sql/exp/ExpSqlTupp.cpp      |  12 +++
 core/sql/exp/ExpSqlTupp.h        |   4 +
 core/sql/exp/exp_tuple_desc.cpp  |  22 +++++
 core/sql/exp/exp_tuple_desc.h    |   3 +
 13 files changed, 306 insertions(+), 150 deletions(-)
----------------------------------------------------------------------