polars.lazyframe.in_process.InProcessQuery.fetch#

InProcessQuery.fetch() DataFrame | None[source]#

Fetch the result.

If it is ready, a materialized DataFrame is returned. If it is not ready it will return None.