Return-Path: X-Original-To: apmail-trafodion-commits-archive@www.apache.org Delivered-To: apmail-trafodion-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AFF9E188FE for ; Wed, 17 Feb 2016 18:54:21 +0000 (UTC) Received: (qmail 17063 invoked by uid 500); 17 Feb 2016 18:53:59 -0000 Delivered-To: apmail-trafodion-commits-archive@trafodion.apache.org Received: (qmail 17014 invoked by uid 500); 17 Feb 2016 18:53:58 -0000 Mailing-List: contact commits-help@trafodion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: commits@trafodion.apache.org Delivered-To: mailing list commits@trafodion.apache.org Received: (qmail 16974 invoked by uid 99); 17 Feb 2016 18:53:58 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Feb 2016 18:53:58 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 23CD61A08B5 for ; Wed, 17 Feb 2016 18:53:58 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.549 X-Spam-Level: X-Spam-Status: No, score=-3.549 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.329] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id Of8XknwwWHyc for ; Wed, 17 Feb 2016 18:53:57 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id EAB0966ACB for ; Wed, 17 Feb 2016 16:23:26 +0000 (UTC) Received: (qmail 37809 invoked by uid 99); 17 Feb 2016 16:23:26 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Feb 2016 16:23:26 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 475C5E0534; Wed, 17 Feb 2016 16:23:26 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dbirdsall@apache.org To: commits@trafodion.incubator.apache.org Date: Wed, 17 Feb 2016 16:23:28 -0000 Message-Id: In-Reply-To: <0c7c56ad1df74240995e06db3eb0b2b2@git.apache.org> References: <0c7c56ad1df74240995e06db3eb0b2b2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [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 Authored: Wed Feb 17 16:21:59 2016 +0000 Committer: Dave Birdsall 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(-) ----------------------------------------------------------------------