Function mz_repr::explain::tracing::dbg_plan

source ·
pub fn dbg_plan<S: Display, T: Clone + 'static>(segment: S, plan: &T)
Expand description

Create a span identified by segment and trace plan in it.

This primitive is useful for instrumentic code, see this commit1 for an example.