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

Function Copy

cpp/src/arrow/array/data.h:190–190  ·  view source on GitHub ↗

\brief Return a shallow copy of this ArrayData

Source from the content-addressed store, hash-verified

188
189 /// \brief Return a shallow copy of this ArrayData
190 std::shared_ptr<ArrayData> Copy() const { return std::make_shared<ArrayData>(*this); }
191
192 /// \brief Deep copy this ArrayData to destination memory manager
193 ///

Callers 5

MergeWithMethod · 0.50
TEST_FFunction · 0.50
CopyBatchToHostFunction · 0.50
TypedStatisticsImplMethod · 0.50
SetMinMaxPairMethod · 0.50

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.40
CopyBatchToHostFunction · 0.40