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

Method GetSize

cpp/src/arrow/io/slow.cc:115–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113bool SlowRandomAccessFile::closed() const { return stream_->closed(); }
114
115Result<int64_t> SlowRandomAccessFile::GetSize() { return stream_->GetSize(); }
116
117Status SlowRandomAccessFile::Seek(int64_t position) { return stream_->Seek(position); }
118

Callers 9

DoItFunction · 0.45
TESTFunction · 0.45
FileSourceMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
SerializedFileMethod · 0.45
TESTFunction · 0.45
LoadKeyMaterialMapMethod · 0.45

Calls

no outgoing calls

Tested by 5

TESTFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36