Julian Hyde created CALCITE-4477:
------------------------------------
Summary: 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
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)