algebra-sql-0.1.0.1: Relational Algebra and SQL Code Generation

Safe HaskellNone
LanguageHaskell98

Database.Algebra.SQL.Materialization

Synopsis

Documentation

type MatFun = ([TileTree], DependencyList) -> ([Query], [Query]) Source

The type of materialization function. The result consists of:

  • The queries which need to be executed first
    • The queries produced from the root nodes