Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ name
Method
name
cpp/src/arrow/telemetry/logging.cc:247–250 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
245
}
246
247
std::string_view name() const override {
248
otel_string_view s = logger_->GetName();
249
return std::string_view(s.data(), s.length());
250
}
251
252
private:
253
otel_shared_ptr<otel::logs::Logger> logger_;
Callers
2
SetUp
Method · 0.45
random_test.cc
File · 0.45
Calls
3
GetName
Method · 0.45
data
Method · 0.45
length
Method · 0.45
Tested by
1
SetUp
Method · 0.36