orville-postgresql-1.0.0.0: A Haskell library for PostgreSQL
CopyrightFlipstone Technology Partners 2023
LicenseMIT
StabilityStable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Orville.PostgreSQL.Plan.Explanation

Description

Since: 1.0.0.0

Synopsis

Documentation

data Explanation Source #

An Explanation represents an example sequence of queries showing the steps would be executed by an Orville Operation.

Since: 1.0.0.0

noExplanation :: Explanation Source #

Constructs an empty Explanation.

Since: 1.0.0.0

explainStep :: String -> Explanation Source #

Constructs an Explanation with a single step.

Since: 1.0.0.0

explanationSteps :: Explanation -> [String] Source #

Retrieves the steps contained in the Explanation.

Since: 1.0.0.0