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

Method Close

r/src/recordbatchreader.cpp:170–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 }
169
170 arrow::Status Close() override {
171 if (done_) {
172 return arrow::Status::OK();
173 } else {
174 done_ = true;
175 arrow::Status result = reader_->Close();
176 return result;
177 }
178 }
179
180 private:
181 bool done_;

Callers 3

RecordBatchReader__CloseFunction · 0.45
RecordBatchReader__HeadFunction · 0.45
CloseMethod · 0.45

Calls 1

OKFunction · 0.50

Tested by

no test coverage detected