MCPcopy 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

36namespace arrow {
37
38Datum::Datum(const Array& value) : Datum(value.data()) {}
39
40Datum::Datum(const std::shared_ptr<Array>& value)
41 : Datum(value ? value->data() : NULLPTR) {}

Callers

nothing calls this directly

Calls 7

columnsMethod · 0.80
MakeFunction · 0.70
dataMethod · 0.45
chunksMethod · 0.45
typeMethod · 0.45
schemaMethod · 0.45
num_rowsMethod · 0.45

Tested by

no test coverage detected