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

Method GetSize

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

Source from the content-addressed store, hash-verified

643}
644
645Result<int64_t> MemoryMappedFile::GetSize() {
646 RETURN_NOT_OK(memory_map_->CheckClosed());
647 return memory_map_->size();
648}
649
650Result<int64_t> MemoryMappedFile::Tell() const {
651 RETURN_NOT_OK(memory_map_->CheckClosed());

Callers

nothing calls this directly

Calls 2

CheckClosedMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected