Module mz_repr::explain_new::tracing
source · Expand description
Tracing utilities for explainable plans.
Structs
Helper struct that implements
field::Visit and is used in the
GetStr::get_str implementation for span::Attributes.A tracing layer used to accumulate a sequence of explainable plans.
A struct created as a reflection of a
trace_plan call.Traits
GetStr 🔒
Helper trait used to extract attributes of type
&'static str.Functions
Trace a fragment of type
T to be emitted as part of an EXPLAIN OPTIMIZER TRACE output.