You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by hy...@apache.org on 2019/11/07 18:12:03 UTC

[calcite] branch master updated (4299007 -> be52384)

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

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


    from 4299007  [CALCITE-3423] Support using CAST operation and BOOLEAN type value in table macro (Wang Yanlin)
     add be52384  [CALCITE-3408] Add support for enumerable intersect/minus all (Wang Yanlin)

No new revisions were added by this update.

Summary of changes:
 .../adapter/enumerable/EnumerableIntersect.java    |   4 +-
 .../enumerable/EnumerableIntersectRule.java        |   5 +-
 .../adapter/enumerable/EnumerableMinus.java        |   4 +-
 .../adapter/enumerable/EnumerableMinusRule.java    |   5 +-
 .../calcite/prepare/QueryableRelBuilder.java       |  25 +++
 .../org/apache/calcite/util/BuiltInMethod.java     |   4 +-
 core/src/test/resources/sql/set-op.iq              | 222 +++++++++++++++++++++
 .../apache/calcite/linq4j/DefaultEnumerable.java   |  26 ++-
 .../apache/calcite/linq4j/DefaultQueryable.java    |  25 ++-
 .../apache/calcite/linq4j/EnumerableDefaults.java  | 105 +++++++---
 .../apache/calcite/linq4j/EnumerableQueryable.java |  26 ++-
 .../apache/calcite/linq4j/ExtendedEnumerable.java  |  43 +++-
 .../apache/calcite/linq4j/ExtendedQueryable.java   |  43 +++-
 .../apache/calcite/linq4j/QueryableFactory.java    |  44 +++-
 .../apache/calcite/linq4j/QueryableRecorder.java   |  28 ++-
 .../org/apache/calcite/linq4j/test/Linq4jTest.java |  62 ++++--
 16 files changed, 576 insertions(+), 95 deletions(-)
 create mode 100644 core/src/test/resources/sql/set-op.iq