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

Method Pread

cpp/src/arrow/io/hdfs_internal.cc:361–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361tSize LibHdfsShim::Pread(hdfsFS fs, hdfsFile file, tOffset position, void* buffer,
362 tSize length) {
363 GET_SYMBOL(this, hdfsPread);
364 DCHECK(this->hdfsPread);
365 return this->hdfsPread(fs, file, position, buffer, length);
366}
367
368tSize LibHdfsShim::Write(hdfsFS fs, hdfsFile file, const void* buffer, tSize length) {
369 return this->hdfsWrite(fs, file, buffer, length);

Callers 1

ReadAtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected