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

Method len

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

Source from the content-addressed store, hash-verified

271 /// Returns pointer to underlying buffer
272 uint8_t* buffer() { return bit_writer_.buffer(); }
273 int32_t len() { return bit_writer_.bytes_written(); }
274 bool buffer_full() const { return buffer_full_; }
275
276 private:

Callers

nothing calls this directly

Calls 1

bytes_writtenMethod · 0.45

Tested by

no test coverage detected