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

Method buffer_len

cpp/src/arrow/util/bit_stream_utils_internal.h:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57 uint8_t* buffer() const { return buffer_; }
58 int buffer_len() const { return max_bytes_; }
59
60 /// Writes a value to buffered_values_, flushing to buffer_ if necessary. This is bit
61 /// packed. Returns false if there was not enough space. num_bits must be <= 64.

Callers 1

CheckBufferFullMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected