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

Function end

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

Source from the content-addressed store, hash-verified

239
240 IteratorType begin() const { return IteratorType(*this); }
241 IteratorType end() const { return IteratorType(*this, length()); }
242
243 protected:
244 using FlatArray::FlatArray;

Callers 1

StartProducingMethod · 0.50

Calls 1

lengthFunction · 0.70

Tested by

no test coverage detected