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

Method ReadAsync

cpp/src/arrow/io/interfaces.cc:186–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186Future<std::shared_ptr<Buffer>> RandomAccessFile::ReadAsync(const IOContext& ctx,
187 int64_t position,
188 int64_t nbytes) {
189 return ReadAsync(ctx, position, nbytes, /*allow_short_read=*/true);
190}
191
192// Default ReadAsync() implementation: simply issue the read on the context's executor
193Future<std::shared_ptr<Buffer>> RandomAccessFile::ReadAsync(const IOContext& ctx,

Callers 1

interfaces.ccFile · 0.45

Calls 4

ReadAtMethod · 0.95
DeferNotOkFunction · 0.85
SubmitIOFunction · 0.85
io_contextFunction · 0.85

Tested by

no test coverage detected