MCPcopy 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.hFile · 0.70
garrow_takeFunction · 0.50
garrow_array_takeFunction · 0.50
garrow_table_takeFunction · 0.50
garrow_record_batch_takeFunction · 0.50
FinalizeMethod · 0.50

Calls 1

DurationScalarFunction · 0.70

Tested by

no test coverage detected