[
https://issues.apache.org/jira/browse/CALCITE-1515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15731830#comment-15731830
]
Anton Mushin edited comment on CALCITE-1515 at 12/8/16 11:37 AM:
-----------------------------------------------------------------
I have question about
{code}
.functionScan(Arrays.asList("mySchema"."myFunction"))
{code}
Can I get {{RelOptTable}} for "myFunction" if I will call
{{relOptSchema.getTableForMember(Arrays.asList("mySchema","myFunction"))}} in
{{RelBuilder}}?
And use {{RelOptTable}} in future for create {{TableFunctionScan}}
Correct me please if i mistake.
was (Author: anmu):
I have question about
{code}
.functionScan(Arrays.asList("mySchema"."myFunction")
{code}
Can I get RelOptTable for "myFunction" if I will call
{{relOptSchema.getTableForMember("myFunction")}} in {{RelBuilder}}?
If I can then schema name is redundant in this call, isn't it?
Correct me please if i mistake.
> Support TableFunctionScan in RelBuilder
> ---------------------------------------
>
> Key: CALCITE-1515
> URL: https://issues.apache.org/jira/browse/CALCITE-1515
> Project: Calcite
> Issue Type: Bug
> Affects Versions: 1.10.0
> Reporter: Anton Mushin
> Assignee: Julian Hyde
> Priority: Minor
>
> Calcite has a TableFunctionScan, which is a RelNode, takes a function, 0 or
> more RelNode inputs, and 0 or more other arguments.
> RelBuilder does not support TableFunctionScan yet.
> add In RelBuilder TableFunctionScanFactory which will create
> LogicalTableFunctionScan like as for LogicalTableScan and factory for others
> RelNodes [
> [example|https://github.com/apache/calcite/blob/master/core/src/main/java/org/apache/calcite/tools/RelBuilder.java#L125]
> ]
> also adding a functionScan method, analogous to the scan method but for table
> functions.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)