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

Method end

cpp/src/arrow/array/array_binary.h:128–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 IteratorType begin() const { return IteratorType(*this); }
127
128 IteratorType end() const { return IteratorType(*this, length()); }
129
130 protected:
131 // For subclasses

Callers

nothing calls this directly

Calls 1

lengthFunction · 0.70

Tested by

no test coverage detected