MCPcopy 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

SetUpMethod · 0.45
random_test.ccFile · 0.45

Calls 3

GetNameMethod · 0.45
dataMethod · 0.45
lengthMethod · 0.45

Tested by 1

SetUpMethod · 0.36