@hackage dataframe-lazy2.2.0.0
Lazy query engine for the dataframe ecosystem.
Installation
Tested Compilers
Dependencies (17)
- Glob >=0.10 && <1
- async >=2.2 && <3
- attoparsec >=0.12 && <0.16
- base >=4 && <5
- bytestring >=0.11 && <0.14
- containers >=0.6.7 && <0.10 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.