Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
test_write_dataset_with_backpressure
Function · 0.45
test_write_dataset_parquet
Function · 0.45
block_read
Function · 0.45
test_cancel_do_get_threaded
Function · 0.45
test_schema_set_field
Function · 0.45
All
Function · 0.45
add
Function · 0.45
operator()
Method · 0.45
FromProto
Function · 0.45
hash_join_graphs.py
File · 0.45
operator()
Method · 0.45
function_internal.h
File · 0.45
Calls
no outgoing calls
Tested by
6
test_write_dataset_with_backpressure
Function · 0.36
test_write_dataset_parquet
Function · 0.36
block_read
Function · 0.36
test_cancel_do_get_threaded
Function · 0.36
test_schema_set_field
Function · 0.36
operator()
Method · 0.36