MCPcopy Create free account
hub / github.com/apache/arrow / file_descriptor

Method file_descriptor

cpp/src/arrow/io/file.cc:341–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339Status ReadableFile::DoSeek(int64_t pos) { return impl_->Seek(pos); }
340
341int ReadableFile::file_descriptor() const { return impl_->fd(); }
342
343// ----------------------------------------------------------------------
344// FileOutputStream

Callers 6

test_file_descriptorMethod · 0.80
TEST_FFunction · 0.80
OpenBufferedMethod · 0.80
CreateMethod · 0.80
SetUpMethod · 0.80

Calls 1

fdMethod · 0.45

Tested by 4

test_file_descriptorMethod · 0.64
TEST_FFunction · 0.64
OpenBufferedMethod · 0.64
SetUpMethod · 0.64