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

Method HasPread

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

Source from the content-addressed store, hash-verified

354}
355
356bool LibHdfsShim::HasPread() {
357 GET_SYMBOL(this, hdfsPread);
358 return this->hdfsPread != nullptr;
359}
360
361tSize LibHdfsShim::Pread(hdfsFS fs, hdfsFile file, tOffset position, void* buffer,
362 tSize length) {

Callers 1

ReadAtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected