Database.Pathfinder
- compileFerry :: XmlString -> OutputFormat -> IO (Either ErrorString OutputString)
- compileFerryOpt :: XmlString -> OutputFormat -> Maybe OptArgs -> IO (Either ErrorString OutputString)
- data OutputFormat
- type XmlString = String
- type ErrorString = String
- type OutputString = String
- type OptArgs = String
Documentation
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.
Arguments
| :: XmlString | |
| -> OutputFormat | |
| -> Maybe OptArgs | Optimization arguments (see pf option -o) |
| -> IO (Either ErrorString OutputString) |
data OutputFormat Source
type ErrorString = StringSource
type OutputString = StringSource