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

Method ToString

cpp/src/arrow/flight/test_definitions.cc:1500–1500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1498 public:
1499 const char* type_id() const override { return "test-status-detail"; }
1500 std::string ToString() const override { return "Custom status detail"; }
1501};
1502class ErrorHandlingTestServer : public FlightServerBase {
1503 public:

Callers 12

TestDoExchangeMethod · 0.45
TestDoExchangeNoDataMethod · 0.45
DoPutMethod · 0.45
DoPutMethod · 0.45
TestDoGetMethod · 0.45
TestDoGetDictionariesMethod · 0.45
TestDoPutReadMetadataMethod · 0.45
CheckBuffersOnDeviceFunction · 0.45
CheckErrorDetailFunction · 0.45
TestGetFlightInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected