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 2021/01/25 01:35:00 UTC

[jira] [Created] (CALCITE-4477) In interpreter, support table-valued functions

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)