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

Method Close

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

Source from the content-addressed store, hash-verified

162class RandomAccessFileConcurrencyWrapper : public RandomAccessFile {
163 public:
164 Status Close() final {
165 auto guard = lock_.exclusive_guard();
166 return derived()->DoClose();
167 }
168
169 Status Abort() final {
170 auto guard = lock_.exclusive_guard();

Callers

nothing calls this directly

Calls 1

DoCloseMethod · 0.45

Tested by

no test coverage detected