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

Method remaining

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

Return the number of values that can be advanced.

Source from the content-addressed store, hash-verified

286
287 /// Return the number of values that can be advanced.
288 rle_size_t remaining() const { return remaining_count_; }
289
290 /// Return the repeated value of this decoder.
291 constexpr value_type value() const { return value_; }

Callers 6

TestRleDecoderFunction · 0.45
TestBitPackedDecoderFunction · 0.45
OnRleRunFunction · 0.45
OnBitPackedRunFunction · 0.45
run_remainingMethod · 0.45
RunGetSpacedFunction · 0.45

Calls

no outgoing calls

Tested by 4

TestRleDecoderFunction · 0.36
TestBitPackedDecoderFunction · 0.36
OnRleRunFunction · 0.36
OnBitPackedRunFunction · 0.36