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

Method buffer

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

Source from the content-addressed store, hash-verified

55 return byte_offset_ + static_cast<int>(bit_util::BytesForBits(bit_offset_));
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

Callers 3

TESTFunction · 0.45
TestWriteMethod · 0.45
TestWriteMethod · 0.45

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.36
TestWriteMethod · 0.36
TestWriteMethod · 0.36