MCPcopy 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

EltMethod · 0.80
Elt64Method · 0.80
EltMethod · 0.80

Calls 1

ResolveMethod · 0.45

Tested by

no test coverage detected