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:69–69 ·
view source on GitHub ↗
The file type
Source
from the content-addressed store, hash-verified
67
68
/// The file type
69
FileType type() const { return type_; }
70
void set_type(FileType type) { type_ = type; }
71
72
/// The full file path in the filesystem
Callers
1
Equals
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected