polars_lazy_backend#
Polars lazy backend implementation.
This module provides a concrete FrameBackend implementation using polars LazyFrame. It builds a lazy query plan and only executes when you call .collect().
Polars is imported lazily so that it remains an optional dependency.
Classes
Polars lazy implementation of the FrameBackend abstract base class. |