[
https://issues.apache.org/jira/browse/CALCITE-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16760348#comment-16760348
]
Julian Hyde commented on CALCITE-2201:
--------------------------------------
bq. can you please clarify if {LogicalProject(input=JdbcTableScan)}} is
supposed to happen
Yes. We have always allowed physical tables to exist in a logical plan. (We
could perhaps have done it differently, and we could perhaps change the rules,
but only if the benefit is significant.)
> Allow passing custom RelBuilder into RelDecorrelator and
> RelStructuredTypeFlattener
> -----------------------------------------------------------------------------------
>
> Key: CALCITE-2201
> URL: https://issues.apache.org/jira/browse/CALCITE-2201
> Project: Calcite
> Issue Type: Task
> Reporter: Volodymyr Vysotskyi
> Assignee: Julian Hyde
> Priority: Major
> Fix For: 1.17.0
>
>
> When {{RelDecorrelator.decorrelateQuery()}} method is called,
> {{RelDecorrelator}} instance with {{RelFactories.LOGICAL_BUILDER}} is
> created. We should modify this method to allow usage of custom {{RelBuilder}}.
> Also, {{RelStructuredTypeFlattener}} class should be modified in a similar
> way.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)