You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2014/07/17 21:35:05 UTC

[jira] [Created] (OPTIQ-347) SqlRun '!plan' command

Julian Hyde created OPTIQ-347:
---------------------------------

             Summary: SqlRun '!plan' command
                 Key: OPTIQ-347
                 URL: https://issues.apache.org/jira/browse/OPTIQ-347
             Project: Optiq
          Issue Type: Bug
            Reporter: Julian Hyde
            Assignee: Julian Hyde


Add a '!plan' command to SqlRun, to display the plan of the current query.

You can enter the query once and display its results and its plan:

{code:sql}
select * from t;
EMPNO
----
100
!ok
EnumerableTableAccessRel(table=[T])
!plan
{code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)