[
https://issues.apache.org/jira/browse/CALCITE-4477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17271022#comment-17271022
]
Julian Hyde commented on CALCITE-4477:
--------------------------------------
Work in progress:
[julianhyde/4418-interpreter-jdbc|https://github.com/julianhyde/calcite/tree/4418-interpreter-jdbc],
same branch as CALCITE-4418.
> In interpreter, support table-valued functions
> ----------------------------------------------
>
> Key: CALCITE-4477
> URL: https://issues.apache.org/jira/browse/CALCITE-4477
> Project: Calcite
> Issue Type: Bug
> Reporter: Julian Hyde
> Priority: Major
>
> In interpreter, support table-valued functions. Currently if you try to run a
> plan that contains table-valued functions in the interpreter, you get an
> error like this:
> {noformat}
> java.lang.AssertionError: interpreter: no implementation for class
> org.apache.calcite.rel.logical.LogicalTableFunctionScanjava.lang.AssertionError:
> interpreter: no implementation for class
> org.apache.calcite.rel.logical.LogicalTableFunctionScan
> at
> org.apache.calcite.interpreter.Interpreter$CompilerImpl.visit(Interpreter.java:462)
> at org.apache.calcite.interpreter.Nodes$CoreCompiler.visit(Nodes.java:45)
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)