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 2015/06/28 20:30:52 UTC

[11/11] vxquery git commit: Merge branch 'shivanim/docrewriterule-files-to-add'

Merge branch 'shivanim/docrewriterule-files-to-add'


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

Branch: refs/heads/master
Commit: c849b88a707e12ed4308f83ec1145fe9e1f1fbc9
Parents: aeaa2f1 e735833
Author: Preston Carman <pr...@apache.org>
Authored: Sun Jun 28 11:30:01 2015 -0700
Committer: Preston Carman <pr...@apache.org>
Committed: Sun Jun 28 11:30:01 2015 -0700

----------------------------------------------------------------------
 .../compiler/rewriter/RewriteRuleset.java       |   2 +
 .../rules/ReplaceSourceMapInDocExpression.java  | 165 +++++++++++++++++++
 .../rewriter/rules/util/ExpressionToolbox.java  |   1 -
 .../metadata/VXQueryMetadataProvider.java       |   4 +
 .../ExpectedTestResults/Simple/fn_doc.xml       |   1 +
 .../resources/Queries/XQuery/Simple/fn_doc.xq   |  19 +++
 .../src/test/resources/VXQueryCatalog.xml       |  19 ++-
 .../FunctionsAndOperatorsOnNumericsQueries.xml  |   2 +-
 ...nctionsAndOperatorsThatGenerateSequences.xml |  28 ++++
 .../resources/cat/GhcndPartition2Queries.xml    |   2 +-
 .../test/resources/cat/SingleAlternateQuery.xml |   2 +-
 .../src/test/resources/cat/SingleQuery.xml      |  28 ----
 .../test/resources/cat/XMarkOriginalQueries.xml |   2 +-
 13 files changed, 241 insertions(+), 34 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/vxquery/blob/c849b88a/vxquery-core/src/main/java/org/apache/vxquery/compiler/rewriter/RewriteRuleset.java
----------------------------------------------------------------------