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

Method ResolveManyImpl

cpp/src/arrow/chunk_resolver.cc:143–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void ChunkResolver::ResolveManyImpl(int64_t n_indices, const uint8_t* logical_index_vec,
144 TypedChunkLocation<uint8_t>* out_chunk_location_vec,
145 int32_t chunk_hint) const {
146 ResolveManyInline(static_cast<uint32_t>(offsets_.size()), offsets_.data(), n_indices,
147 logical_index_vec, out_chunk_location_vec, chunk_hint);
148}
149
150void ChunkResolver::ResolveManyImpl(int64_t n_indices, const uint16_t* logical_index_vec,
151 TypedChunkLocation<uint16_t>* out_chunk_location_vec,

Callers

nothing calls this directly

Calls 3

ResolveManyInlineFunction · 0.85
sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected