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

Method Seek

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

Source from the content-addressed store, hash-verified

653}
654
655Status MemoryMappedFile::Seek(int64_t position) {
656 RETURN_NOT_OK(memory_map_->CheckClosed());
657 return memory_map_->Seek(position);
658}
659
660Status MemoryMappedFile::Close() { return memory_map_->Close(); }
661

Callers 2

DoSeekMethod · 0.45
WriteAtMethod · 0.45

Calls 1

CheckClosedMethod · 0.45

Tested by

no test coverage detected