You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In SQL we have EXPLAIN ANALYZE which is very helpful. In our scanner it would be nice to be able to get similar output sometimes.
We should add a analyze_plan method to the scanner which executes the plan and prints an analysis similar to EXPLAIN PLAN. We should be able to utilize the AnalyzeExec from datafusion.
The text was updated successfully, but these errors were encountered:
In SQL we have
EXPLAIN ANALYZE
which is very helpful. In our scanner it would be nice to be able to get similar output sometimes.We should add a
analyze_plan
method to the scanner which executes the plan and prints an analysis similar toEXPLAIN PLAN
. We should be able to utilize theAnalyzeExec
from datafusion.The text was updated successfully, but these errors were encountered: