You are viewing a plain text version of this content. The canonical link for it is here.
- svn commit: r1558856 - in /incubator/vxquery/trunk/vxquery/vxquery-benchmark/src/main/resources/noaa-ghcn-daily/queries: q04.xq q05.xq - posted by pr...@apache.org on 2014/01/16 18:29:42 UTC, 0 replies.
- svn commit: r1558858 - in /incubator/vxquery/trunk/vxquery/vxquery-benchmark/src/main/resources: noaa-ghcn-daily/scripts/weather_cli.py noaa-ghcn-daily/scripts/weather_data_files.py util/README.md - posted by pr...@apache.org on 2014/01/16 18:30:59 UTC, 0 replies.
- svn commit: r1558860 - in /incubator/vxquery/trunk/vxquery/vxquery-benchmark/src/main/resources/util: cluster_example.xml cluster_information.py push_folder.py - posted by pr...@apache.org on 2014/01/16 18:33:55 UTC, 0 replies.
- svn commit: r1559023 - /incubator/vxquery/trunk/vxquery/vxquery-core/src/main/java/org/apache/vxquery/compiler/rewriter/rules/EliminateSubplanForSingleItemsRule.java - posted by pr...@apache.org on 2014/01/17 07:40:52 UTC, 0 replies.
- svn commit: r1559024 - /incubator/vxquery/trunk/vxquery/vxquery-core/src/main/java/org/apache/vxquery/compiler/rewriter/rules/ConsolidateDataScanUnnestRule.java - posted by pr...@apache.org on 2014/01/17 07:41:45 UTC, 0 replies.
- svn commit: r1559026 - /incubator/vxquery/trunk/vxquery/vxquery-core/src/main/java/org/apache/vxquery/compiler/rewriter/rules/AbstractUsedVariablesProcessingRule.java - posted by pr...@apache.org on 2014/01/17 07:42:46 UTC, 0 replies.
- svn commit: r1559029 - in /incubator/vxquery/trunk/vxquery/vxquery-core/src/main/java/org/apache/vxquery/compiler/rewriter/rules: ./ util/ - posted by pr...@apache.org on 2014/01/17 07:45:37 UTC, 0 replies.
- svn commit: r1559038 - /incubator/vxquery/trunk/vxquery/vxquery-core/src/main/java/org/apache/vxquery/compiler/rewriter/RewriteRuleset.java - posted by pr...@apache.org on 2014/01/17 08:30:01 UTC, 0 replies.
- svn commit: r1559319 - /incubator/vxquery/attic/ - posted by jf...@apache.org on 2014/01/18 07:04:19 UTC, 0 replies.
- svn commit: r1559320 - in /incubator/vxquery: attic/trunk/ trunk/ - posted by jf...@apache.org on 2014/01/18 07:05:37 UTC, 0 replies.
- svn commit: r1559321 - in /incubator/vxquery: attic/tags/ tags/ - posted by jf...@apache.org on 2014/01/18 07:06:22 UTC, 0 replies.
- svn commit: r1559322 - in /incubator/vxquery: attic/branches/ branches/ - posted by jf...@apache.org on 2014/01/18 07:06:52 UTC, 0 replies.
- svn commit: r1559323 - /incubator/vxquery/README - posted by jf...@apache.org on 2014/01/18 07:08:58 UTC, 0 replies.
- git commit: Update the sensor file to more closely resemble the web service. Now the results are paged for large monthly records. - posted by pr...@apache.org on 2014/01/20 23:46:38 UTC, 0 replies.
- git commit: Updated the cli to include the variable name to help with readability of the code. - posted by pr...@apache.org on 2014/01/20 23:49:02 UTC, 0 replies.
- [1/8] git commit: Fixed an error with the paging of station information. - posted by pr...@apache.org on 2014/01/30 07:23:08 UTC, 0 replies.
- [2/8] git commit: Updated queries to use value based comparison instead of general comparison. - posted by pr...@apache.org on 2014/01/30 07:23:09 UTC, 0 replies.
- [3/8] git commit: Updated comments and read me. - posted by pr...@apache.org on 2014/01/30 07:23:10 UTC, 0 replies.
- [4/8] git commit: Updated the remove redundant functions to share an abstract class and now use a better expression tree traversal method. - posted by pr...@apache.org on 2014/01/30 07:23:11 UTC, 0 replies.
- [5/8] git commit: Some helpful utility queries and scripts. - posted by pr...@apache.org on 2014/01/30 07:23:12 UTC, 0 replies.
- [6/8] git commit: Updated to the latest hyracks snapshot. - posted by pr...@apache.org on 2014/01/30 07:23:13 UTC, 0 replies.
- [7/8] git commit: Missed include files in staged hunk. - posted by pr...@apache.org on 2014/01/30 07:23:14 UTC, 0 replies.
- [8/8] git commit: Added support for partitions using the collection function. Each partition is a new directory delimited by the vertical bar (|). - posted by pr...@apache.org on 2014/01/30 07:23:15 UTC, 0 replies.
- [01/13] git commit: Added a new method for better partitioning. - posted by pr...@apache.org on 2014/01/31 08:21:17 UTC, 0 replies.
- [02/13] git commit: Found some paintable variables created without using the factory. - posted by pr...@apache.org on 2014/01/31 08:21:18 UTC, 0 replies.
- [03/13] git commit: Added some checks to reduce the rewrite rules processing. Only run once for each operator. - posted by pr...@apache.org on 2014/01/31 08:21:19 UTC, 0 replies.
- [04/13] Updated the PointablePool references. The static functions now take a pool variable as input so they do not create pointables for each instance. - posted by pr...@apache.org on 2014/01/31 08:21:20 UTC, 0 replies.
- [05/13] git commit: Updated the PointablePool references. The static functions now take a pool variable as input so they do not create pointables for each instance. - posted by pr...@apache.org on 2014/01/31 08:21:21 UTC, 0 replies.
- [06/13] git commit: Added a PointablePool to ChildPathStep. - posted by pr...@apache.org on 2014/01/31 08:21:22 UTC, 0 replies.
- [07/13] git commit: Restructuring to help the profiler. - posted by pr...@apache.org on 2014/01/31 08:21:23 UTC, 0 replies.
- [08/13] git commit: Removed unnecessary pointable. - posted by pr...@apache.org on 2014/01/31 08:21:24 UTC, 0 replies.
- [09/13] git commit: Added the PointablePool variable and created two separate classes for evaluators vs operator descriptors. - posted by pr...@apache.org on 2014/01/31 08:21:25 UTC, 0 replies.
- [10/13] git commit: Change a filename in the middle of a commit. This fixes it. - posted by pr...@apache.org on 2014/01/31 08:21:26 UTC, 0 replies.
- [11/13] git commit: Removed recursion and set up the file list to use an iterator. - posted by pr...@apache.org on 2014/01/31 08:21:27 UTC, 0 replies.
- [12/13] git commit: Added PointablePool to another file. - posted by pr...@apache.org on 2014/01/31 08:21:28 UTC, 0 replies.
- [13/13] git commit: Updated the query to compare by value. - posted by pr...@apache.org on 2014/01/31 08:21:29 UTC, 0 replies.
- [1/3] git commit: add VXQueryLogicalExpressionPrettyPrintVisitor add .gitignore - posted by ti...@apache.org on 2014/01/31 16:20:18 UTC, 0 replies.
- [2/3] git commit: move to hyracks 0.2.11-SNAPSHOT - posted by ti...@apache.org on 2014/01/31 16:20:19 UTC, 0 replies.
- [3/3] git commit: have Eclipse ignore the antrun and javacc plugins - posted by ti...@apache.org on 2014/01/31 16:20:20 UTC, 0 replies.