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

Method ReadAt

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

Source from the content-addressed store, hash-verified

129}
130
131Result<int64_t> SlowRandomAccessFile::ReadAt(int64_t position, int64_t nbytes,
132 void* out) {
133 latencies_->Sleep();
134 return stream_->ReadAt(position, nbytes, out);
135}
136
137Result<std::shared_ptr<Buffer>> SlowRandomAccessFile::ReadAt(int64_t position,
138 int64_t nbytes) {

Callers 8

DoItFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
ParseMetaDataMethod · 0.45
LoadKeyMaterialMapMethod · 0.45

Calls 1

SleepMethod · 0.80

Tested by 4

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