Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ writable
Method
writable
cpp/src/arrow/io/file.cc:560–560 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
558
uint8_t* head() { return data() + position_; }
559
560
bool writable() { return file_->mode() != FileMode::READ; }
561
562
bool opened() { return file_->is_open(); }
563
Callers
12
assert_dataset_fragment_convenience_methods
Function · 0.80
test_python_file_implicit_mode
Function · 0.80
test_python_file_writelines
Function · 0.80
test_native_file_modes
Function · 0.80
test_native_file_TextIOWrapper
Function · 0.80
check_compressed_input
Function · 0.80
make_compressed_output
Function · 0.80
Region
Method · 0.80
ReadAt
Method · 0.80
WillNeed
Method · 0.80
WriteAt
Method · 0.80
Write
Method · 0.80
Calls
1
mode
Method · 0.45
Tested by
7
assert_dataset_fragment_convenience_methods
Function · 0.64
test_python_file_implicit_mode
Function · 0.64
test_python_file_writelines
Function · 0.64
test_native_file_modes
Function · 0.64
test_native_file_TextIOWrapper
Function · 0.64
check_compressed_input
Function · 0.64
make_compressed_output
Function · 0.64