Expand description
This module provides logic for displaying LogicalPlans in various styles
Structs§
- Formats plans for graphical display using the
DOT
language. This format can be visualized using software fromgraphviz
- Formats plans with a single line per node. For example:
- Formats plans to display as postgresql plan json format.
Functions§
- Print the schema in a compact representation to
buf