You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vxquery.apache.org by pr...@apache.org on 2013/12/07 02:39:53 UTC

svn commit: r1548774 - /incubator/vxquery/trunk/vxquery/vxquery-core/src/main/java/org/apache/vxquery/compiler/rewriter/rules/RemoveUnusedSortDistinctNodesRule.java

Author: prestonc
Date: Sat Dec  7 01:39:53 2013
New Revision: 1548774

URL: http://svn.apache.org/r1548774
Log:
Added support for the project operator.

Modified:
    incubator/vxquery/trunk/vxquery/vxquery-core/src/main/java/org/apache/vxquery/compiler/rewriter/rules/RemoveUnusedSortDistinctNodesRule.java

Modified: incubator/vxquery/trunk/vxquery/vxquery-core/src/main/java/org/apache/vxquery/compiler/rewriter/rules/RemoveUnusedSortDistinctNodesRule.java
URL: http://svn.apache.org/viewvc/incubator/vxquery/trunk/vxquery/vxquery-core/src/main/java/org/apache/vxquery/compiler/rewriter/rules/RemoveUnusedSortDistinctNodesRule.java?rev=1548774&r1=1548773&r2=1548774&view=diff
==============================================================================
--- incubator/vxquery/trunk/vxquery/vxquery-core/src/main/java/org/apache/vxquery/compiler/rewriter/rules/RemoveUnusedSortDistinctNodesRule.java (original)
+++ incubator/vxquery/trunk/vxquery/vxquery-core/src/main/java/org/apache/vxquery/compiler/rewriter/rules/RemoveUnusedSortDistinctNodesRule.java Sat Dec  7 01:39:53 2013
@@ -433,6 +433,7 @@ public class RemoveUnusedSortDistinctNod
             case EMPTYTUPLESOURCE:
             case EXCHANGE:
             case NESTEDTUPLESOURCE:
+            case PROJECT:
             case SELECT:
             case WRITE:
             case WRITE_RESULT:
@@ -447,7 +448,6 @@ public class RemoveUnusedSortDistinctNod
             case INSERT_DELETE:
             case LIMIT:
             case PARTITIONINGSPLIT:
-            case PROJECT:
             case REPLICATE:
             case RUNNINGAGGREGATE:
             case SCRIPT: