Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
gaflight_criteria_set_property
Function · 0.80
gaflight_ticket_set_property
Function · 0.80
test_all_null_category
Function · 0.80
ComputeRowMajorStrides
Function · 0.80
ComputeColumnMajorStrides
Function · 0.80
Init
Method · 0.80
DoInspect
Method · 0.80
DeserializePlans
Function · 0.80
Result<PlanInfo> DeserializePlan
Function · 0.80
ParseCommandGetSqlInfo
Function · 0.80
PopulateFromResultSetMetadata
Method · 0.80
SetAttributeUTF8
Function · 0.80
Calls
no outgoing calls
Tested by
4
test_all_null_category
Function · 0.64
TEST
Function · 0.64
TestRoundtrip
Method · 0.64
TestPiecewiseDecode
Method · 0.64