Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2930
Status IoRecordedRandomAccessFile::Close() {
2931
closed_ = true;
2932
return Status::OK();
2933
}
2934
2935
Status IoRecordedRandomAccessFile::Abort() { return Status::OK(); }
2936
Callers
8
ConvertToStream
Function · 0.45
GenerateTensors
Function · 0.45
ReadStream
Function · 0.45
DecodeStream
Function · 0.45
SerializeRecordBatch
Function · 0.45
DoMain
Function · 0.45
WriteTable
Function · 0.45
ConvertToFile
Function · 0.45
Calls
1
OK
Function · 0.50
Tested by
no test coverage detected