atoti.Session.explain_mdx_query()#

Session.explain_mdx_query(mdx, *, timeout=datetime.timedelta(seconds=30))#

Run the query but, instead of returning its result, return the explanation of how it was executed containing a summary, global timings, and the query plan with all the retrievals.

See also

query_mdx() for the roles of the parameters.

Return type:

QueryAnalysis