MCPcopy Create free account
hub / github.com/apache/impala / NextNumRepeats

Method NextNumRepeats

be/src/util/rle-encoding.h:510–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508
509template <typename T>
510inline int32_t RleBatchDecoder<T>::NextNumRepeats() {
511 if (repeat_count_ > 0) return repeat_count_;
512 if (literal_count_ == 0) NextCounts();
513 return repeat_count_;
514}
515
516template <typename T>
517inline T RleBatchDecoder<T>::GetRepeatedValue(int32_t num_repeats_to_consume) {

Callers 7

NextRepeatedRunLengthMethod · 0.80
GetValuesMemsetFunction · 0.80
GetRleValuesMethod · 0.80
TEST_FFunction · 0.80
CheckDataPageFunction · 0.80
GetNextValuesMethod · 0.80
DecodeNextValueMethod · 0.80

Calls

no outgoing calls

Tested by 2

GetRleValuesMethod · 0.64
TEST_FFunction · 0.64