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 23e1b1f [CALCITE-4848] Adding a HAVING condition to a query with a
dynamic parameter makes the result always empty
add 67b2838 [CALCITE-3524] In RelBuilder, add methods for creating
various kinds of sub-query
new 9c741e4 [CALCITE-4719] Add variants of RexSubQuery that collect
sub-queries into MULTISET, ARRAY and MAP collections
The 1 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:
.../java/org/apache/calcite/rex/RexSubQuery.java | 31 ++-
.../java/org/apache/calcite/tools/RelBuilder.java | 306 ++++++++++++++++++++-
.../org/apache/calcite/test/RelBuilderTest.java | 240 ++++++++++++++++
site/_docs/algebra.md | 26 ++
4 files changed, 600 insertions(+), 3 deletions(-)