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

Function End

cpp/src/arrow/stl_iterator.h:257–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255/// Return an iterator to the end of the chunked array
256template <typename Type, typename ArrayType = typename TypeTraits<Type>::ArrayType>
257ChunkedArrayIterator<ArrayType> End(const ChunkedArray& chunked_array) {
258 return ChunkedArrayIterator<ArrayType>(chunked_array, chunked_array.length());
259}
260
261template <typename ArrayType>
262struct ChunkedArrayRange {

Callers 2

CallTabularFunctionFunction · 0.50
GetRecordBatchReaderMethod · 0.50

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected