Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ mode
Function
mode
cpp/src/arrow/io/interfaces.h:135–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
virtual bool closed() const = 0;
134
135
FileMode::type mode() const { return mode_; }
136
137
protected:
138
FileInterface() : mode_(FileMode::READ) {}
Callers
3
UnionType
Method · 0.50
layout
Method · 0.50
ComputeFingerprint
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected