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:3010–3013 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3008
}
3009
3010
Status IoRecordedRandomAccessFile::Close() {
3011
closed_ = true;
3012
return Status::OK();
3013
}
3014
3015
Status IoRecordedRandomAccessFile::Abort() { return Status::OK(); }
3016
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