MCPcopy Create free account
hub / github.com/apache/arrow / NumericArray

Method NumericArray

cpp/src/arrow/array/array_primitive.h:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 using IteratorType = stl::ArrayIterator<NumericArray<TYPE>>;
92
93 explicit NumericArray(const std::shared_ptr<ArrayData>& data) {
94 NumericArray::SetData(data);
95 }
96
97 // Only enable this constructor without a type argument for types without additional
98 // metadata

Callers

nothing calls this directly

Calls 3

SetDataFunction · 0.70
MakeFunction · 0.70
type_singletonFunction · 0.50

Tested by

no test coverage detected