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

Method exhausted

cpp/src/arrow/util/rle_encoding_internal.h:449–449  ·  view source on GitHub ↗

Whether there is still runs to iterate over. WARN: Due to lack of proper error handling, iteration with Get methods could return no data while the parser is not exhausted. This is how one can check for errors.

Source from the content-addressed store, hash-verified

447 /// no data while the parser is not exhausted.
448 /// This is how one can check for errors.
449 bool exhausted() const { return (run_remaining() == 0) && parser_.exhausted(); }
450
451 /// Gets the next value or returns false if there are no more or an error occurred.
452 ///

Callers

nothing calls this directly

Calls 1

exhaustedMethod · 0.45

Tested by

no test coverage detected