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

Method Close

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

Source from the content-addressed store, hash-verified

3008}
3009
3010Status IoRecordedRandomAccessFile::Close() {
3011 closed_ = true;
3012 return Status::OK();
3013}
3014
3015Status IoRecordedRandomAccessFile::Abort() { return Status::OK(); }
3016

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