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

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


    from ba975ba061 [CALCITE-5476] Add DATETIME_TRUNC function (enabled in 
BigQuery library)
     new 8b1059ee8a Add .gitignore for Java VSCode plugin
     new 03fd95b97c [CALCITE-5548] Add MSSQL-style CONVERT function (enabled in 
MSSql library)
     new d2ca97e799 [CALCITE-5580] Add SPLIT function (enabled in BigQuery 
library)

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |  6 ++
 babel/src/test/resources/sql/big-query.iq          | 82 +++++++++++++++++++++
 core/src/main/codegen/templates/Parser.jj          | 38 ++++++++--
 .../calcite/adapter/enumerable/RexImpTable.java    |  2 +
 .../apache/calcite/runtime/CalciteResource.java    |  4 ++
 .../org/apache/calcite/runtime/SqlFunctions.java   | 46 ++++++++++++
 .../org/apache/calcite/sql/SqlBasicFunction.java   | 46 +++++++++---
 .../apache/calcite/sql/SqlWithinGroupOperator.java |  2 +-
 .../apache/calcite/sql/fun/SqlCastFunction.java    | 14 ++--
 .../apache/calcite/sql/fun/SqlConvertFunction.java |  6 +-
 .../calcite/sql/fun/SqlLibraryOperators.java       | 72 +++++++++++++++++++
 .../apache/calcite/sql/type/OperandHandlers.java   | 10 +++
 .../org/apache/calcite/sql/type/OperandTypes.java  |  9 +++
 .../calcite/runtime/CalciteResource.properties     |  1 +
 .../org/apache/calcite/test/SqlFunctionsTest.java  | 68 ++++++++++++++++++
 core/src/test/resources/sql/functions.iq           | 84 ++++++++++++++++++++++
 site/_docs/reference.md                            |  4 +-
 .../apache/calcite/sql/parser/SqlParserTest.java   | 19 +++++
 .../apache/calcite/sql/test/AbstractSqlTester.java |  3 +-
 .../java/org/apache/calcite/test/QuidemTest.java   |  5 ++
 .../org/apache/calcite/test/SqlOperatorTest.java   | 62 ++++++++++++++++
 21 files changed, 553 insertions(+), 30 deletions(-)

Reply via email to