daft.DataFrame.explain#

DataFrame.explain(show_optimized: bool = False) None[source]#

Prints the LogicalPlan that will be executed to produce this DataFrame. Defaults to showing the unoptimized plan. Use show_optimized to show the optimized one.

Parameters

show_optimized (bool) – shows the optimized QueryPlan instead of the unoptimized one.