Skip to main content

property AutoExplain.max_depth : int

The maximum number of hierarchies the algorithm drills down through.
>>> cube.auto_explain.max_depth
15
>>> cube.auto_explain.max_depth = 5
>>> cube.auto_explain.max_depth
5