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

Function ToOtel

cpp/src/arrow/telemetry/util_internal.h:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35using otel_string_view = otel::nostd::string_view;
36
37inline otel_string_view ToOtel(std::string_view in) {
38 return otel_string_view(in.data(), in.length());
39}
40
41} // namespace telemetry
42} // namespace arrow

Callers 2

LogMethod · 0.85
MakeLoggerMethod · 0.85

Calls 2

dataMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected