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

Method len

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

Source from the content-addressed store, hash-verified

587 /// Returns pointer to underlying buffer
588 uint8_t* buffer() { return bit_writer_.buffer(); }
589 int32_t len() { return bit_writer_.bytes_written(); }
590
591 private:
592 /// 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