This is an automated email from the ASF dual-hosted git repository.
jhyde pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git.
from ca03a4e Enable JdbcTest#testBushy and update expected plan (NobiGo)
add 288cab5 Site: Sort table of aggregate functions
add e04f3b0 [CALCITE-4661] Add MODE aggregate function (NobiGo)
No new revisions were added by this update.
Summary of changes:
.../calcite/adapter/enumerable/RexImpTable.java | 79 +++++++++++
.../main/java/org/apache/calcite/sql/SqlKind.java | 5 +-
.../calcite/sql/fun/SqlStdOperatorTable.java | 10 ++
.../org/apache/calcite/util/BuiltInMethod.java | 1 +
.../calcite/sql/test/SqlOperatorBaseTest.java | 36 +++++
.../apache/calcite/test/SqlToRelConverterTest.java | 13 ++
.../org/apache/calcite/test/SqlValidatorTest.java | 13 ++
.../apache/calcite/test/SqlToRelConverterTest.xml | 26 ++++
core/src/test/resources/sql/agg.iq | 145 +++++++++++++++++++++
core/src/test/resources/sql/winagg.iq | 43 ++++++
site/_docs/reference.md | 37 +++---
11 files changed, 389 insertions(+), 19 deletions(-)