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

Method remaining

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

Return the number of values that can be advanced.

Source from the content-addressed store, hash-verified

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

Callers 9

CheckDecoderClobberFunction · 0.45
CheckBitmapDecoderFunction · 0.45
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 7

CheckDecoderClobberFunction · 0.36
CheckBitmapDecoderFunction · 0.36
TestRleDecoderFunction · 0.36
TestBitPackedDecoderFunction · 0.36
OnRleRunFunction · 0.36
OnBitPackedRunFunction · 0.36