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

Method assign

cpp/src/arrow/util/aligned_storage.h:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55 template <typename V>
56 void assign(V&& v) noexcept {
57 *get() = std::forward<V>(v);
58 }
59
60 void move_construct(AlignedStorage* other) noexcept {
61 new (&data_) T(std::move(*other->get()));

Callers 15

test_all_null_categoryFunction · 0.80
ComputeRowMajorStridesFunction · 0.80
InitMethod · 0.80
DoInspectMethod · 0.80
DeserializePlansFunction · 0.80
ParseCommandGetSqlInfoFunction · 0.80
SetAttributeUTF8Function · 0.80

Calls

no outgoing calls

Tested by 4

test_all_null_categoryFunction · 0.64
TESTFunction · 0.64
TestRoundtripMethod · 0.64
TestPiecewiseDecodeMethod · 0.64