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

Method Clear

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

Source from the content-addressed store, hash-verified

1484}
1485
1486inline void RleBitPackedEncoder::Clear() {
1487 buffer_full_ = false;
1488 current_value_ = 0;
1489 repeat_count_ = 0;
1490 num_buffered_values_ = 0;
1491 literal_count_ = 0;
1492 literal_indicator_byte_ = NULL;
1493 bit_writer_.Clear();
1494}
1495
1496} // namespace arrow::util

Callers 3

WriteVectorToWriterFunction · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 3

WriteVectorToWriterFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36