Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ type
Function
type
cpp/src/arrow/filesystem/filesystem.h:67–67 ·
view source on GitHub ↗
The file type
Source
from the content-addressed store, hash-verified
65
66
/// The file type
67
FileType type() const { return type_; }
68
void set_type(FileType type) { type_ = type; }
69
70
/// The full file path in the filesystem
Callers
1
Equals
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected