Pathfinder-0.4.2: Relational optimiser and code generator

Database.Pathfinder

Synopsis

Documentation

compileFerrySource

Arguments

:: XmlString

Input XML plan

-> OutputFormat 
-> IO (Either ErrorString OutputString) 

Accept a logical query plan bundle in XML format and transform it into one of the output formats.

compileFerryOptSource

Arguments

:: XmlString 
-> OutputFormat 
-> Maybe OptArgs

Optimization arguments (see pf option -o)

-> IO (Either ErrorString OutputString) 

Accept a logical query plan bundle in XML format, optimize it based on the argument OptArgs or (if Nothing) the default optimization arguments in PFopt_args, and transform it into one of the output formats.