You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@quickstep.apache.org by sh...@apache.org on 2016/06/16 17:33:09 UTC

incubator-quickstep git commit: Minor function name change

Repository: incubator-quickstep
Updated Branches:
  refs/heads/SQL-window-aggregation 959ec0daf -> 536faabc3


Minor function name change


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

Branch: refs/heads/SQL-window-aggregation
Commit: 536faabc3a1b353fc554ad241f209d82504bd95c
Parents: 959ec0d
Author: shixuan <sh...@wisc.edu>
Authored: Thu Jun 16 17:32:48 2016 +0000
Committer: shixuan <sh...@wisc.edu>
Committed: Thu Jun 16 17:32:48 2016 +0000

----------------------------------------------------------------------
 parser/ParseWindow.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/536faabc/parser/ParseWindow.hpp
----------------------------------------------------------------------
diff --git a/parser/ParseWindow.hpp b/parser/ParseWindow.hpp
index 78a3842..6ca2579 100644
--- a/parser/ParseWindow.hpp
+++ b/parser/ParseWindow.hpp
@@ -128,7 +128,7 @@ class ParseWindow : public ParseTreeNode {
   /**
    * @brief Ordering expressions.
    **/
-  const PtrList<ParseOrderByItem> *ordering_expressions() const {
+  const PtrList<ParseOrderByItem> *order_by_expressions() const {
     return order_by_expressions_.get();
   }