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

Method NullArray

cpp/src/arrow/array/array_base.cc:329–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327// NullArray
328
329NullArray::NullArray(int64_t length) {
330 SetData(ArrayData::Make(null(), length, {nullptr}, length));
331}
332
333// ----------------------------------------------------------------------
334// Implement Array::Accept as inline visitor

Callers

nothing calls this directly

Calls 2

SetDataFunction · 0.70
MakeFunction · 0.70

Tested by

no test coverage detected