Module datafusion_expr::logical_plan::display
source · 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:
Functions
- Print the schema in a compact representation to
buf