Module mz_sql::query_model::dot

source ·
Expand description

Generates a graphviz graph from a Query Graph Model.

The public interface consists of the Model::as_dot method.

Structs

Generates a graphviz graph from a Query Graph Model, defined in the DOT language. See https://graphviz.org/doc/info/lang.html.
Generates a string that escapes characters that would problematic inside the specification for a label. The set of escaped characters is “|{}.

Enums

DotLabel 🔒
Generates a label for a graphviz graph.

Functions