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

Method exhausted

cpp/src/arrow/util/rle_encoding_internal.h:443–443  ·  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

441 /// no data while the parser is not exhausted.
442 /// This is how one can check for errors.
443 bool exhausted() const { return (run_remaining() == 0) && parser_.exhausted(); }
444
445 /// Gets the next value or returns false if there are no more or an error occurred.
446 ///

Callers

nothing calls this directly

Calls 1

exhaustedMethod · 0.45

Tested by

no test coverage detected