Describe the bug
Because the Instant::now() is created after executing the actual evaluation it always prints "Query took 0 seconds"
To Reproduce
Run any query in datafusion-cli.
Expected behavior
It will print the actual execution time (in seconds, or maybe millis).
Additional context