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

Method assign

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

Source from the content-addressed store, hash-verified

55
56 template <typename V>
57 void assign(V&& v) noexcept {
58 *get() = std::forward<V>(v);
59 }
60
61 void move_construct(AlignedStorage* other) noexcept {
62 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
ConvertToWStringFunction · 0.80

Calls

no outgoing calls

Tested by 6

test_all_null_categoryFunction · 0.64
ConvertToWStringFunction · 0.64
TESTFunction · 0.64
MakeSparseTensorPayloadFunction · 0.64
TestRoundtripMethod · 0.64
TestPiecewiseDecodeMethod · 0.64