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

Method trace_future

datafusion/common-runtime/src/trace_utils.rs:55–60  ·  view source on GitHub ↗
(
        &self,
        fut: BoxFuture<'static, Box<dyn Any + Send>>,
    )

Source from the content-addressed store, hash-verified

53
54impl JoinSetTracer for NoopTracer {
55 fn trace_future(
56 &self,
57 fut: BoxFuture<'static, Box<dyn Any + Send>>,
58 ) -> BoxFuture<'static, Box<dyn Any + Send>> {
59 fut
60 }
61
62 fn trace_block(
63 &self,

Callers 1

trace_futureFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected