Module display

Source
Expand description

This module provides logic for displaying LogicalPlans in various styles

Structs§

GraphvizVisitor
Formats plans for graphical display using the DOT language. This format can be visualized using software from graphviz
IndentVisitor
Formats plans with a single line per node. For example:
PgJsonVisitor
Formats plans to display as postgresql plan json format.

Functions§

display_schema
Print the schema in a compact representation to buf