You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2016/12/02 02:05:59 UTC

[jira] [Created] (CALCITE-1524) Add a project to the planner root so that rules know which output fields are used

Julian Hyde created CALCITE-1524:
------------------------------------

             Summary: Add a project to the planner root so that rules know which output fields are used
                 Key: CALCITE-1524
                 URL: https://issues.apache.org/jira/browse/CALCITE-1524
             Project: Calcite
          Issue Type: Bug
            Reporter: Julian Hyde
            Assignee: Julian Hyde


Add a project to the planner root so that rules know which output fields are used.

One such rule is {{SemiJoinRule}}; it can only apply if it knows that no fields are used from the right-hand input, so it has to match a {{Project}} at the root of its pattern.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)