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 98ae817e44 [CALCITE-5404] Add POW and TRUNC functions (enabled in 
BigQuery library)
     add 9a07b1194b [CALCITE-5451] Add LPAD, RPAD functions (enabled in 
BigQuery, Oracle libraries)

No new revisions were added by this update.

Summary of changes:
 babel/src/test/resources/sql/big-query.iq          |  73 ++++++++++++
 babel/src/test/resources/sql/redshift.iq           |  22 ++--
 .../calcite/adapter/enumerable/RexImpTable.java    |   6 +-
 .../apache/calcite/runtime/CalciteResource.java    |   6 +
 .../org/apache/calcite/runtime/SqlFunctions.java   | 125 +++++++++++++++++++++
 .../calcite/sql/fun/SqlLibraryOperators.java       |  18 +++
 .../org/apache/calcite/sql/type/OperandTypes.java  |  11 +-
 .../org/apache/calcite/util/BuiltInMethod.java     |   2 +
 .../calcite/runtime/CalciteResource.properties     |   2 +
 site/_docs/reference.md                            |   2 +
 .../org/apache/calcite/test/SqlOperatorTest.java   |  51 +++++++++
 11 files changed, 309 insertions(+), 9 deletions(-)

Reply via email to