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: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
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
ConvertToWString
Function · 0.80
PopulateFromResultSetMetadata
Method · 0.80
Calls
no outgoing calls
Tested by
6
test_all_null_category
Function · 0.64
ConvertToWString
Function · 0.64
TEST
Function · 0.64
MakeSparseTensorPayload
Function · 0.64
TestRoundtrip
Method · 0.64
TestPiecewiseDecode
Method · 0.64