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

Method Seek

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

Source from the content-addressed store, hash-verified

661}
662
663Status MemoryMappedFile::Seek(int64_t position) {
664 RETURN_NOT_OK(memory_map_->CheckClosed());
665 return memory_map_->Seek(position);
666}
667
668Status MemoryMappedFile::Close() { return memory_map_->Close(); }
669

Callers 2

DoSeekMethod · 0.45
WriteAtMethod · 0.45

Calls 1

CheckClosedMethod · 0.45

Tested by

no test coverage detected