@hackage algebra-dag0.1.1.1
Infrastructure for DAG-shaped relational algebra plans
Categories
License
BSD-3-Clause
Maintainer
alex@etc-network.de
Links
Versions
Installation
Dependencies (8)
- base >=4.8 && <5
- containers >=0.5
- mtl >=2.1
- parsec >=3.1
- template-haskell >=2.9
- transformers >=0.3 Show all…
Dependents (4)
@hackage/acme-everything, @hackage/dsh-sql, @hackage/DSH, @hackage/algebra-sql
This library contains infrastructure for DAG-shaped plans of relational operators. It offers an API for construction and modification of algebra plans and a DSL for specifying rewrites on plans. Examples of usage can be found in the packages DSH and algebra-sql