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

Method exhausted

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

Whether there is still runs to iterate over. WARN: Due to simplistic error handling, iteration with Next and Peek could fail to return data while the parser is not exhausted. This is how one can check for errors.

Source from the content-addressed store, hash-verified

214 /// fail to return data while the parser is not exhausted.
215 /// This is how one can check for errors.
216 bool exhausted() const { return data_size_ == 0; }
217
218 /// Enum to return from an ``Parse`` handler.
219 ///

Callers 5

CheckRleBitPackedDecodeFunction · 0.45
TESTFunction · 0.45
TestRleBitPackedParserFunction · 0.45
exhaustedMethod · 0.45

Calls

no outgoing calls

Tested by 4

CheckRleBitPackedDecodeFunction · 0.36
TESTFunction · 0.36
TestRleBitPackedParserFunction · 0.36