MCPcopy Create free account
hub / github.com/apache/arrow / GetTraceContext

Method GetTraceContext

cpp/src/arrow/flight/server_tracing_middleware.cc:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186 impl_->CallCompleted(status);
187}
188std::vector<TracingServerMiddleware::TraceKey> TracingServerMiddleware::GetTraceContext()
189 const {
190 return impl_->GetTraceContext();
191}
192constexpr const char TracingServerMiddleware::kMiddlewareName[];
193
194std::shared_ptr<ServerMiddlewareFactory> MakeTracingServerMiddlewareFactory() {

Callers 1

DoActionMethod · 0.45

Calls

no outgoing calls

Tested by 1

DoActionMethod · 0.36