You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@quickstep.apache.org by zu...@apache.org on 2016/05/27 03:22:57 UTC

[06/50] [abbrv] incubator-quickstep git commit: Merge branch 'master' into query-id-operator-workorder

Merge branch 'master' into query-id-operator-workorder


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

Branch: refs/heads/query-id-operator-workorder
Commit: d2841af736babbe4769a356ffaa55e94e4f4fa44
Parents: ab8d21e 29a71ac
Author: Harshad Deshmukh <ha...@cs.wisc.edu>
Authored: Mon May 2 23:19:56 2016 -0500
Committer: Harshad Deshmukh <ha...@cs.wisc.edu>
Committed: Mon May 2 23:19:56 2016 -0500

----------------------------------------------------------------------
 catalog/CMakeLists.txt                    |   5 +-
 catalog/CatalogRelation.hpp               |   9 +
 parser/ParseIndexProperties.hpp           |   2 +-
 parser/tests/Index.test                   |  11 +
 relational_operators/CMakeLists.txt       |   8 +
 relational_operators/HashJoinOperator.cpp |   5 +-
 relational_operators/SelectOperator.cpp   | 129 +++++++--
 relational_operators/SelectOperator.hpp   | 115 +++++++-
 relational_operators/WorkOrder.proto      |  98 +++----
 relational_operators/WorkOrderFactory.cpp | 362 +++++++++----------------
 10 files changed, 400 insertions(+), 344 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/d2841af7/relational_operators/WorkOrder.proto
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/d2841af7/relational_operators/WorkOrderFactory.cpp
----------------------------------------------------------------------