Is EXPLAIN ... a purely interactive feature, or it is possible to access its outputs from the Python driver? If the latter, how?
And, in general, how does one access programatically all the non-data information returned by a query? (stuff like Started streaming 25 records after 16 ms and completed after 17 ms.)
The docs mention profile instance variable of the ResultsSummary class which is None by default. Looking at the code I still cannot figure out how that field gets populated.
- neo4j community 4.3.2
- neo4j python driver 4.3.4