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

Method NextNumLiterals

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

Source from the content-addressed store, hash-verified

530
531template <typename T>
532inline int32_t RleBatchDecoder<T>::NextNumLiterals() {
533 if (literal_count_ > 0) return literal_count_;
534 if (repeat_count_ == 0) NextCounts();
535 return literal_count_;
536}
537
538template <typename T>
539inline bool RleBatchDecoder<T>::GetLiteralValues(

Callers 5

GetValuesMemsetFunction · 0.80
GetRleValuesMethod · 0.80
TEST_FFunction · 0.80
GetNextValuesMethod · 0.80
DecodeNextValueMethod · 0.80

Calls

no outgoing calls

Tested by 2

GetRleValuesMethod · 0.64
TEST_FFunction · 0.64