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

Method len

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

Source from the content-addressed store, hash-verified

585 /// Returns pointer to underlying buffer
586 uint8_t* buffer() { return bit_writer_.buffer(); }
587 int32_t len() { return bit_writer_.bytes_written(); }
588
589 private:
590 /// Flushes any buffered values. If this is part of a repeated run, this is largely

Callers 1

CheckRoundTripFunction · 0.45

Calls 1

bytes_writtenMethod · 0.80

Tested by 1

CheckRoundTripFunction · 0.36