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

Method Clear

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

Source from the content-addressed store, hash-verified

482}
483
484inline void RleEncoder::Clear() {
485 buffer_full_ = false;
486 current_value_ = 0;
487 repeat_count_ = 0;
488 num_buffered_values_ = 0;
489 literal_count_ = 0;
490 literal_indicator_byte_ = NULL;
491 bit_writer_.Clear();
492}
493
494template <typename T>
495inline void RleBatchDecoder<T>::Reset(uint8_t* buffer, int buffer_len, int bit_width) {

Callers 12

TearDownMethod · 0.45
TearDownMethod · 0.45
ValidateRleMethod · 0.45
CopyToBufferMethod · 0.45
SetAlwaysTrueMethod · 0.45
ParseUrlMethod · 0.45
TESTFunction · 0.45
ProcessBlockMethod · 0.45
ProcessBlockMethod · 0.45
ClearErrorMapFunction · 0.45
InsertMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 5

TearDownMethod · 0.36
TearDownMethod · 0.36
ValidateRleMethod · 0.36
TESTFunction · 0.36
TESTFunction · 0.36