Module dataflow_types::explain[][src]

Expand description

This module houses a pretty printer for the parts of a DataflowDescription that are relevant to dataflow rendering.

Format details:

It’s important to avoid trailing whitespace everywhere, as plans may be printed in contexts where trailing whitespace is unacceptable, like sqllogictest files.

Structs

An Explanation facilitates pretty-printing of the parts of a DataflowDescription that are relevant to dataflow rendering.

Traits