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

Method Close

cpp/src/arrow/ipc/reader.cc:2930–2933  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2928}
2929
2930Status IoRecordedRandomAccessFile::Close() {
2931 closed_ = true;
2932 return Status::OK();
2933}
2934
2935Status IoRecordedRandomAccessFile::Abort() { return Status::OK(); }
2936

Callers 8

ConvertToStreamFunction · 0.45
GenerateTensorsFunction · 0.45
ReadStreamFunction · 0.45
DecodeStreamFunction · 0.45
SerializeRecordBatchFunction · 0.45
DoMainFunction · 0.45
WriteTableFunction · 0.45
ConvertToFileFunction · 0.45

Calls 1

OKFunction · 0.50

Tested by

no test coverage detected