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

Method Close

cpp/src/arrow/flight/test_flight_server.cc:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 }
43
44 Status Close() override {
45 // This should be propagated over DoGet to the client
46 return Status::IOError("Expected error");
47 }
48
49 private:
50 std::shared_ptr<Schema> schema_;

Callers

nothing calls this directly

Calls 1

IOErrorFunction · 0.85

Tested by

no test coverage detected