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

Method Resolve

cpp/src/arrow/compute/kernels/chunked_internal.h:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 }
117
118 ResolvedChunk Resolve(int64_t index) const {
119 const auto loc = resolver_.Resolve(index);
120 return {chunks_[loc.chunk_index], loc.index_in_chunk};
121 }
122};
123
124ARROW_EXPORT std::vector<const Array*> GetArrayPointers(const ArrayVector& arrays);

Calls

no outgoing calls

Tested by

no test coverage detected