Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ locate
Method
locate
r/src/altrep.cpp:72–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
const std::shared_ptr<ChunkedArray>& chunked_array() { return chunked_array_; }
71
72
ChunkLocation locate(int64_t index) { return resolver_.Resolve(index); }
73
74
private:
75
std::shared_ptr<ChunkedArray> chunked_array_;
Callers
3
Elt
Method · 0.80
Elt64
Method · 0.80
Elt
Method · 0.80
Calls
1
Resolve
Method · 0.45
Tested by
no test coverage detected