You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Ruben Q L (Jira)" <ji...@apache.org> on 2020/06/04 08:21:00 UTC

[jira] [Created] (CALCITE-4041) Implement trait propagation for EnumerableCorrelate

Ruben Q L created CALCITE-4041:
----------------------------------

             Summary: Implement trait propagation for EnumerableCorrelate
                 Key: CALCITE-4041
                 URL: https://issues.apache.org/jira/browse/CALCITE-4041
             Project: Calcite
          Issue Type: Improvement
          Components: core
            Reporter: Ruben Q L


Implement trait propagation for EnumerableCorrelate.
Note that Correlate only supports join types: LEFT / INNER / SEMI / ANTI.
The current implementation of EnumerableCorrelate keeps the order from the left-hand-side.

Check CALCITE-4012 for reference.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)