MCPcopy Create free account
hub / github.com/apache/arrow / ~BackgroundReader

Method ~BackgroundReader

cpp/src/arrow/io/file_benchmark.cc:79–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 void Join() { worker_->join(); }
78
79 ~BackgroundReader() {
80 ABORT_NOT_OK(internal::FileClose(fd_));
81 ARROW_CHECK(CloseHandle(event_));
82 }
83
84 protected:
85 explicit BackgroundReader(int fd) : fd_(fd), total_bytes_(0) {

Callers

nothing calls this directly

Calls 1

FileCloseFunction · 0.85

Tested by

no test coverage detected