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

Method GetChunkLocation

cpp/src/arrow/stl_iterator.h:240–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238
239 private:
240 arrow::ChunkLocation GetChunkLocation(int64_t index) const {
241 assert(chunked_array_);
242 return chunked_array_->chunk_resolver_.Resolve(index);
243 }
244
245 const ChunkedArray* chunked_array_;
246 int64_t index_;

Callers

nothing calls this directly

Calls 1

ResolveMethod · 0.45

Tested by

no test coverage detected