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

Method Get

cpp/src/arrow/flight/server_tracing_middleware.cc:79–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 explicit KeyValueCarrier(std::vector<TracingServerMiddleware::TraceKey>* items)
78 : items_(items) {}
79 otel::nostd::string_view Get(otel::nostd::string_view key) const noexcept override {
80 return {};
81 }
82 void Set(otel::nostd::string_view key,
83 otel::nostd::string_view value) noexcept override {
84 items_->push_back({std::string(key), std::string(value)});

Callers 15

GetCatalogNameMethod · 0.45
GetSchemaNameMethod · 0.45
GetTableNameMethod · 0.45
GetTypeNameMethod · 0.45
GetPrecisionMethod · 0.45
GetScaleMethod · 0.45
GetIsAutoIncrementMethod · 0.45
GetIsCaseSensitiveMethod · 0.45
GetIsReadOnlyMethod · 0.45
GetIsSearchableMethod · 0.45
GetRemarksMethod · 0.45
WriteDSNFunction · 0.45

Calls

no outgoing calls

Tested by 3

WriteDSNFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36