You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by sa...@apache.org on 2016/10/11 21:03:04 UTC

[7/7] incubator-trafodion git commit: Merge remote branch 'origin/pr/743/head' into merge_743

Merge remote branch 'origin/pr/743/head' into merge_743


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

Branch: refs/heads/master
Commit: 75048b0f34c0191ea091a8308bd618257eabf739
Parents: a9f34a6 9705292
Author: Sandhya Sundaresan <sa...@apache.org>
Authored: Tue Oct 11 21:02:11 2016 +0000
Committer: Sandhya Sundaresan <sa...@apache.org>
Committed: Tue Oct 11 21:02:11 2016 +0000

----------------------------------------------------------------------
 core/sql/comexe/ComTdbSort.h               |  10 +-
 core/sql/executor/ex_sort.cpp              |  16 +-
 core/sql/generator/GenRelMisc.cpp          |   3 +-
 core/sql/nskgmake/sort/Makefile            |   3 +-
 core/sql/regress/compGeneral/DIFF042.KNOWN |  36 +--
 core/sql/sort/Qsort.h                      |   5 +-
 core/sql/sort/Record.cpp                   |  14 +-
 core/sql/sort/Record.h                     |   8 +
 core/sql/sort/SortTopN.cpp                 | 318 ++++++++++++++++++++++++
 core/sql/sort/SortTopN.h                   |  89 +++++++
 core/sql/sort/SortUtil.cpp                 |  78 +++---
 core/sql/sort/SortUtil.h                   |   2 +-
 core/sql/sort/SortUtilCfg.cpp              |  43 +---
 core/sql/sort/SortUtilCfg.h                |  11 +-
 core/sql/sqlcomp/DefaultConstants.h        |   1 +
 core/sql/sqlcomp/nadefaults.cpp            |   1 +
 16 files changed, 526 insertions(+), 112 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/75048b0f/core/sql/sqlcomp/nadefaults.cpp
----------------------------------------------------------------------