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

Method ChunkResolver

cpp/src/arrow/chunk_resolver.cc:115–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113} // namespace
114
115ChunkResolver::ChunkResolver(const ArrayVector& chunks) noexcept
116 : offsets_(MakeChunksOffsets(std::span(chunks))), cached_chunk_(0) {}
117
118ChunkResolver::ChunkResolver(std::span<const Array* const> chunks) noexcept
119 : offsets_(MakeChunksOffsets(chunks)), cached_chunk_(0) {}

Callers

nothing calls this directly

Calls 2

MakeChunksOffsetsFunction · 0.85
loadMethod · 0.45

Tested by

no test coverage detected