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

Method Close

cpp/src/arrow/io/concurrency.h:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92class InputStreamConcurrencyWrapper : public InputStream {
93 public:
94 Status Close() final {
95 auto guard = lock_.exclusive_guard();
96 return derived()->DoClose();
97 }
98
99 Status Abort() final {
100 auto guard = lock_.exclusive_guard();

Callers

nothing calls this directly

Calls 1

DoCloseMethod · 0.45

Tested by

no test coverage detected