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

Function end

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

Source from the content-addressed store, hash-verified

67 IteratorType begin() const { return IteratorType(*this); }
68
69 IteratorType end() const { return IteratorType(*this, length()); }
70
71 protected:
72 using PrimitiveArray::PrimitiveArray;

Callers

nothing calls this directly

Calls 1

lengthFunction · 0.70

Tested by

no test coverage detected