@hackage dataframe-lazy1.0.0.0
Lazy query engine for the dataframe ecosystem.
Installation
Tested Compilers
Dependencies (18)
- Glob >=0.10 && <1
- async >=2.2 && <3
- attoparsec >=0.12 && <0.15
- base >=4 && <5
- bytestring >=0.11 && <0.13
- containers >=0.6.7 && <0.9 Show all…
Dependents (1)
@hackage/dataframe
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.