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

[calcite] branch master updated (673ac49 -> e7fc697)

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

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


    from 673ac49  [CALCITE-3618] ProjectToWindowRule - correct isDependent checking (lxian2shell)
     add e7fc697  [CALCITE-3591] Add bit_xor aggregate operator (wangxlong)

No new revisions were added by this update.

Summary of changes:
 .../calcite/adapter/enumerable/RexImpTable.java    | 24 +++++++++++++---
 .../java/org/apache/calcite/rel/core/Match.java    |  1 +
 .../org/apache/calcite/runtime/SqlFunctions.java   |  8 ++++--
 .../main/java/org/apache/calcite/sql/SqlKind.java  |  5 +++-
 .../calcite/sql/fun/SqlBitOpAggFunction.java       |  3 +-
 .../calcite/sql/fun/SqlStdOperatorTable.java       |  6 ++++
 .../org/apache/calcite/util/BuiltInMethod.java     |  1 +
 .../calcite/sql/test/SqlOperatorBaseTest.java      | 22 +++++++++++++++
 core/src/test/resources/sql/agg.iq                 | 32 ++++++++++++----------
 site/_docs/reference.md                            |  1 +
 10 files changed, 80 insertions(+), 23 deletions(-)