atoti.Cube.explain_query()#

Cube.explain_query(*measures, filter=None, include_empty_rows=False, include_totals=False, levels=(), scenario='Base', 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() for the roles of the parameters.

Return type:

QueryAnalysis