algebra-dag

Infrastructure for DAG-shaped relational algebra plans

Latest on Hackage:0.1.1.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Alexander Ulrich
Maintained by [email protected]

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