MCPcopy Create free account
hub / github.com/apache/datafusion / trace_block

Method trace_block

datafusion/common-runtime/src/trace_utils.rs:62–67  ·  view source on GitHub ↗
(
        &self,
        f: Box<dyn FnOnce() -> Box<dyn Any + Send> + Send>,
    )

Source from the content-addressed store, hash-verified

60 }
61
62 fn trace_block(
63 &self,
64 f: Box<dyn FnOnce() -> Box<dyn Any + Send> + Send>,
65 ) -> Box<dyn FnOnce() -> Box<dyn Any + Send> + Send> {
66 f
67 }
68}
69
70/// A custom error type for tracer injection failures.

Callers 1

trace_blockFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected