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

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


    from 01467a1797 [CALCITE-5766] Add SAFE_NEGATE function (enabled for 
BigQuery library)
     add 1eb547c93e [CALCITE-5910] Add REGEXP_EXTRACT and REGEXP_SUBSTR 
functions (enabled in BigQuery library)

No new revisions were added by this update.

Summary of changes:
 babel/src/test/resources/sql/big-query.iq          | 262 ++++++++++++++++++++-
 .../calcite/adapter/enumerable/RexImpTable.java    |   3 +
 .../apache/calcite/runtime/CalciteResource.java    |  12 +-
 .../org/apache/calcite/runtime/SqlFunctions.java   |  77 +++++-
 .../calcite/sql/fun/SqlLibraryOperators.java       |  19 +-
 .../org/apache/calcite/sql/type/OperandTypes.java  |   5 +
 .../calcite/sql2rel/StandardConvertletTable.java   |   1 +
 .../org/apache/calcite/util/BuiltInMethod.java     |  10 +-
 .../calcite/runtime/CalciteResource.properties     |   4 +-
 .../org/apache/calcite/test/SqlFunctionsTest.java  |  73 +++++-
 site/_docs/reference.md                            |   2 +
 .../org/apache/calcite/test/SqlOperatorTest.java   |  53 +++++
 12 files changed, 502 insertions(+), 19 deletions(-)

Reply via email to