You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by ch...@apache.org on 2019/12/16 05:06:07 UTC

[calcite] branch master updated (75ac5f7 -> 607a0b6)

This is an automated email from the ASF dual-hosted git repository.

chunwei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git.


    from 75ac5f7  Add .DS_Store into .gitignore
     add d8dfc8f  [CALCITE-3552] Support MySQL ExtractValue function
     add 607a0b6  [CALCITE-3552] Removing SqlExtractValueFunction

No new revisions were added by this update.

Summary of changes:
 .../calcite/adapter/enumerable/RexImpTable.java    |  4 ++
 .../apache/calcite/runtime/CalciteResource.java    |  5 ++
 .../org/apache/calcite/runtime/XmlFunctions.java   | 68 +++++++++++++++++++
 .../calcite/sql/fun/SqlLibraryOperators.java       |  7 ++
 .../org/apache/calcite/util/BuiltInMethod.java     |  2 +
 .../calcite/runtime/CalciteResource.properties     |  1 +
 .../calcite/sql/test/SqlOperatorBaseTest.java      | 23 +++++++
 .../java/org/apache/calcite/test/Matchers.java     | 24 +++++++
 .../java/org/apache/calcite/test/QuidemTest.java   |  4 ++
 .../apache/calcite/test/SqlXmlFunctionsTest.java   | 76 ++++++++++++++++++++++
 .../src/test/resources/sql/mysql-func.iq           | 20 ++++--
 site/_docs/reference.md                            |  1 +
 12 files changed, 228 insertions(+), 7 deletions(-)
 create mode 100644 core/src/main/java/org/apache/calcite/runtime/XmlFunctions.java
 create mode 100644 core/src/test/java/org/apache/calcite/test/SqlXmlFunctionsTest.java
 copy babel/src/test/resources/sql/dummy.iq => core/src/test/resources/sql/mysql-func.iq (79%)
 mode change 100755 => 100644