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

Function GetStorageSingleton

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

Source from the content-addressed store, hash-verified

149};
150
151std::shared_ptr<Executor::Resource> GetStorageSingleton() {
152 static std::shared_ptr<StorageSingleton> storage_singleton =
153 std::make_shared<StorageSingleton>();
154 return storage_singleton;
155}
156
157nostd::shared_ptr<sdktrace::TracerProvider> InitializeSdkTracerProvider() {
158 // Bind the lifetime of the OT runtime context to the CPU and I/O thread

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected