Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
356
bool LibHdfsShim::HasPread() {
357
GET_SYMBOL(this, hdfsPread);
358
return this->hdfsPread != nullptr;
359
}
360
361
tSize LibHdfsShim::Pread(hdfsFS fs, hdfsFile file, tOffset position, void* buffer,
362
tSize length) {
Callers
1
ReadAt
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected