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

Method code

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

Source from the content-addressed store, hash-verified

109std::string FlightStatusDetail::ToString() const { return CodeAsString(); }
110
111FlightStatusCode FlightStatusDetail::code() const { return code_; }
112
113std::string FlightStatusDetail::extra_info() const { return extra_info_; }
114

Callers 15

garrow_error_from_statusFunction · 0.45
TYPED_TESTFunction · 0.45
TESTFunction · 0.45
EqualsMethod · 0.45
AssertInspectFailureMethod · 0.45
AssertInspectFailureMethod · 0.45
AssertFormatErrorMethod · 0.45
FinishMethod · 0.45
FromStatusMethod · 0.45
ReconstructStatusFunction · 0.45
ValidateStatusMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 15

TYPED_TESTFunction · 0.36
TESTFunction · 0.36
AssertInspectFailureMethod · 0.36
AssertInspectFailureMethod · 0.36
AssertFormatErrorMethod · 0.36
ValidateStatusMethod · 0.36
TESTFunction · 0.36
TestBrokenConnectionMethod · 0.36
TestGetFlightInfoMethod · 0.36
CheckErrorDetailFunction · 0.36
RunClientMethod · 0.36