MCPcopy 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

test_native_file_modesFunction · 0.80
check_compressed_inputFunction · 0.80
make_compressed_outputFunction · 0.80
RegionMethod · 0.80
ReadAtMethod · 0.80
WillNeedMethod · 0.80
WriteAtMethod · 0.80
WriteMethod · 0.80

Calls 1

modeMethod · 0.45