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

Method CopyTo

cpp/src/arrow/array/data.cc:179–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177} // namespace
178
179Result<std::shared_ptr<ArrayData>> ArrayData::CopyTo(
180 const std::shared_ptr<MemoryManager>& to) const {
181 return CopyToImpl(*this, to, MemoryManager::CopyBuffer);
182}
183
184Result<std::shared_ptr<ArrayData>> ArrayData::ViewOrCopyTo(
185 const std::shared_ptr<MemoryManager>& to) const {

Callers 2

TestWithArrayFactoryMethod · 0.45

Calls 1

CopyToImplFunction · 0.85

Tested by 2

TestWithArrayFactoryMethod · 0.36