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

Method Clear

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

Source from the content-addressed store, hash-verified

1506}
1507
1508inline void RleBitPackedEncoder::Clear() {
1509 buffer_full_ = false;
1510 current_value_ = 0;
1511 repeat_count_ = 0;
1512 num_buffered_values_ = 0;
1513 literal_count_ = 0;
1514 literal_indicator_byte_ = NULL;
1515 bit_writer_.Clear();
1516}
1517
1518} // 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