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

Method buffer_len

be/src/util/bit-stream-utils.h:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 int bytes_written() const { return byte_offset_ + BitUtil::Ceil(bit_offset_, 8); }
52 uint8_t* buffer() const { return buffer_; }
53 int64_t buffer_len() const { return max_bytes_; }
54
55 /// Writes a value to buffered_values_, flushing to buffer_ if necessary. This is bit
56 /// packed. Returns false if there was not enough space. num_bits must be <= 64.

Callers 1

CheckBufferFullMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected