Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Datum
Method
Datum
cpp/src/arrow/datum.cc:38–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
namespace arrow {
37
38
Datum::Datum(const Array& value) : Datum(value.data()) {}
39
40
Datum::Datum(const std::shared_ptr<Array>& value)
41
: Datum(value ? value->data() : NULLPTR) {}
Callers
nothing calls this directly
Calls
7
columns
Method · 0.80
Make
Function · 0.70
data
Method · 0.45
chunks
Method · 0.45
type
Method · 0.45
schema
Method · 0.45
num_rows
Method · 0.45
Tested by
no test coverage detected