You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by se...@apache.org on 2019/12/05 04:29:48 UTC

[calcite] branch master updated (0aaf4f6 -> f1e51e6)

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

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


    from 0aaf4f6  [CALCITE-3566] EnumerableIntersect and EnumerableMinus convert to Logical (xzh_dz)
     add f1e51e6  [CALCITE-3561] Support using unnest in Interpreter (Wang Yanlin)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/calcite/interpreter/Nodes.java |  5 ++
 .../apache/calcite/interpreter/UncollectNode.java  | 72 ++++++++++++++++++++++
 .../org/apache/calcite/test/InterpreterTest.java   | 51 ++++++++++++++-
 3 files changed, 127 insertions(+), 1 deletion(-)
 create mode 100644 core/src/main/java/org/apache/calcite/interpreter/UncollectNode.java