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 5e14cb2eb0 [CALCITE-6427] Use a higher precision for DECIMAL 
intermediate results for some aggregate functions like STDDEV
     new c8d42f350c [CALCITE-6441] Add BOOLAGG_AND, BOOLAGG_OR aggregate 
functions (enabled in Snowflake library)
     new 97d62ac73a [CALCITE-6414] JDBC adapter should generate BOOLOR_AGG, 
BOOLAND_AGG for MAX, MIN on BOOLEAN values in Snowflake dialect

The 2 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:
 .../calcite/adapter/enumerable/RexImpTable.java    |  4 ++
 .../calcite/sql/dialect/SnowflakeSqlDialect.java   | 32 ++++++++++++
 .../calcite/sql/fun/SqlLibraryOperators.java       | 12 +++++
 .../calcite/rel/rel2sql/RelToSqlConverterTest.java |  5 ++
 site/_docs/reference.md                            |  2 +
 .../org/apache/calcite/test/SqlOperatorTest.java   | 58 ++++++++++++++++++++++
 6 files changed, 113 insertions(+)

Reply via email to