Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Datum
Function
Datum
cpp/src/arrow/datum.h:68–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
Datum() = default;
67
68
Datum(const Datum& other) = default;
69
Datum& operator=(const Datum& other) = default;
70
Datum(Datum&& other) = default;
71
Datum& operator=(Datum&& other) = default;
Callers
13
datum.h
File · 0.70
garrow_take
Function · 0.50
garrow_array_take
Function · 0.50
garrow_array_take_chunked_array
Function · 0.50
garrow_table_take
Function · 0.50
garrow_table_take_chunked_array
Function · 0.50
garrow_chunked_array_take
Function · 0.50
garrow_chunked_array_take_chunked_array
Function · 0.50
garrow_record_batch_take
Function · 0.50
garrow_record_batch_sort_indices
Function · 0.50
garrow_table_sort_indices
Function · 0.50
Finalize
Method · 0.50
Calls
1
DurationScalar
Function · 0.70
Tested by
no test coverage detected