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

Function SpanOptionsWithParent

cpp/src/arrow/util/tracing_internal.cc:237–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237opentelemetry::trace::StartSpanOptions SpanOptionsWithParent(
238 const util::tracing::Span& parent_span) {
239 opentelemetry::trace::StartSpanOptions options;
240 options.parent = UnwrapSpan(parent_span.details.get())->GetContext();
241 return options;
242}
243
244} // namespace tracing
245} // namespace internal

Callers

nothing calls this directly

Calls 2

GetContextMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected