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

Function MakeFlightError

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

Source from the content-addressed store, hash-verified

146}
147
148Status MakeFlightError(FlightStatusCode code, std::string message,
149 std::string extra_info) {
150 StatusCode arrow_code = arrow::StatusCode::IOError;
151 return arrow::Status(arrow_code, std::move(message),
152 std::make_shared<FlightStatusDetail>(code, std::move(extra_info)));
153}
154
155static std::ostream& operator<<(std::ostream& os, std::vector<std::string> values) {
156 os << '[';

Callers 13

WritePayloadMethod · 0.85
WriteMetadataMethod · 0.85
AuthenticateMethod · 0.85
IsValidMethod · 0.85
ASSERT_OK_AND_ASSIGNMethod · 0.85
TESTFunction · 0.85
EnsureDataStartedMethod · 0.85
DoPutMethod · 0.85
DoExchangeMethod · 0.85
RunExchangeTotalMethod · 0.85
StartCallMethod · 0.85
WritesDoneMethod · 0.85

Calls 1

StatusClass · 0.70

Tested by 8

AuthenticateMethod · 0.68
IsValidMethod · 0.68
ASSERT_OK_AND_ASSIGNMethod · 0.68
TESTFunction · 0.68
DoPutMethod · 0.68
DoExchangeMethod · 0.68
RunExchangeTotalMethod · 0.68
StartCallMethod · 0.68