Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-347

In SqlRun, add '!plan' command

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.9.0-incubating
    • None
    • None

    Description

      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:

      select * from t;
      EMPNO
      ----
      100
      !ok
      EnumerableTableAccessRel(table=[T])
      !plan
      

      Attachments

        Activity

          People

            julianhyde Julian Hyde
            julianhyde Julian Hyde
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: