KylinOLAP/Kylin

Execute and Display SQL Explain in query page

lukehan opened this issue · 0 comments

As a user, I would like to:

  1. Execute SQL Explain Plan before execute real SQL
  2. Display SQL Explain Plan with user information, such as how many rows will be scan, how many rows will be returned, and the each step's cost (if have)