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

Method GetRleValuesBatched

be/src/util/rle-test.cc:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 /// Get many values from a batch RLE decoder using its GetValues() function.
82 template <typename T>
83 static bool GetRleValuesBatched(RleBatchDecoder<T>* decoder, int num_vals, T* vals) {
84 return num_vals == decoder->GetValues(num_vals, vals);
85 }
86
87 /// Get many values from a batch RLE decoder using its GetValues() function.
88 template <typename T>

Callers

nothing calls this directly

Calls 1

GetValuesMethod · 0.80

Tested by

no test coverage detected