Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ FileDescriptor
Function
FileDescriptor
cpp/src/arrow/util/io_util.h:139–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
public:
138
FileDescriptor() = default;
139
explicit FileDescriptor(int fd) : fd_(fd) {}
140
FileDescriptor(FileDescriptor&&);
141
FileDescriptor& operator=(FileDescriptor&&);
142
Callers
7
OpenWritable
Method · 0.85
OpenReadable
Method · 0.85
io_util.h
File · 0.85
TEST_F
Function · 0.85
FileOpenReadable
Function · 0.85
FileOpenWritable
Function · 0.85
CreatePipe
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.68