Module mz_expr::explain_new

source ·
Expand description

EXPLAIN support for structures defined in this crate.

Modules

json 🔒
EXPLAIN AS JSON support for structures defined in this crate.
text 🔒
EXPLAIN ... AS TEXT support for structures defined in this crate.

Structs

Explain context shared by all mz_repr::explain_new::Explain implementations in this crate.
A structure produced by the explain_$format methods in mz_repr::explain_new::Explain implementations at points in the optimization pipeline identified with a DataflowDescription instance with plans of type T.
A structure produced by the explain_$format methods in mz_repr::explain_new::Explain implementations for points in the optimization pipeline identified with a single plan of type T.

Functions

Normalize the way inputs of multi-input variants are rendered.
id_gen 🔒