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

Method set

cpp/src/arrow/util/reflection_internal.h:60–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 constexpr const Type& get(const Class& obj) const { return obj.*ptr_; }
59
60 void set(Class* obj, Type value) const { (*obj).*ptr_ = std::move(value); }
61
62 constexpr std::string_view name() const { return name_; }
63

Callers 14

block_readFunction · 0.45
test_schema_set_fieldFunction · 0.45
AllFunction · 0.45
addFunction · 0.45
operator()Method · 0.45
FromProtoFunction · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by 6

block_readFunction · 0.36
test_schema_set_fieldFunction · 0.36
operator()Method · 0.36