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

Function type_id

cpp/src/arrow/flight/types.h:1293–1293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1291 std::vector<std::pair<std::string, std::string>> details)
1292 : code_(code), message_(std::move(message)), details_(std::move(details)) {}
1293 const char* type_id() const override { return kTypeId; }
1294 std::string ToString() const override;
1295
1296 static std::optional<std::reference_wrapper<const TransportStatusDetail>> Unwrap(

Callers 2

ToStringMethod · 0.70
operator==Function · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected