Module datafusion::logical_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 from graphviz
  • Formats plans with a single line per node. For example:
  • Formats plans to display as postgresql plan json format.

Functions§