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

Method extra_info

cpp/src/arrow/flight/types.cc:113–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111FlightStatusCode FlightStatusDetail::code() const { return code_; }
112
113std::string FlightStatusDetail::extra_info() const { return extra_info_; }
114
115void FlightStatusDetail::set_extra_info(std::string extra_info) {
116 extra_info_ = std::move(extra_info);

Callers 5

TEST_FMethod · 0.80
TESTFunction · 0.80
TestGetFlightInfoMethod · 0.80
CheckErrorDetailFunction · 0.80
ToGrpcStatusFunction · 0.80

Calls

no outgoing calls

Tested by 4

TEST_FMethod · 0.64
TESTFunction · 0.64
TestGetFlightInfoMethod · 0.64
CheckErrorDetailFunction · 0.64