dataframe-lazy

Lazy query engine for the dataframe ecosystem.

Stackage Nightly 2026-07-24:2.1.0.0
Latest on Hackage:2.1.0.0

See all snapshots dataframe-lazy appears in

MIT licensed by Michael Chavinda
Maintained by [email protected]
This version can be pinned in stack with:dataframe-lazy-2.1.0.0@sha256:de44e9ee32dd7f7213fa29d27f0c872e4cf6323c6e48753eaa65322093c6ca4f,2726

Module documentation for 2.1.0.0

The lazy/streaming query engine: relational-algebra plans, optimizer, pull-based executor, and column-oriented spill format. Includes the typed lazy wrapper. Currently depends on dataframe-csv and dataframe-parquet since the executor calls those readers directly.