polars.LazyFrame.cache#

LazyFrame.cache() Self[source]#

Cache the result once the execution of the physical plan hits this node.

It is not recommended using this as the optimizer likely can do a better job.