Expand description
Tracing utilities for explainable plans.
Structs§
- A helper struct for wrapping entries that represent the invocation context of a function or method call into an object that renders as their hash.
- Helper struct that implements
field::Visit
and is used in theGetStr::get_str
implementation forspan::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§
- Create a span identified by
segment
and tracemisc
in it. - Create a span identified by
segment
and traceplan
in it. - Trace a fragment of type
T
to be emitted as part of anEXPLAIN OPTIMIZER TRACE
output.