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

Method buffer

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

Returns pointer to underlying buffer

Source from the content-addressed store, hash-verified

270
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

Callers 15

hFunction · 0.45
gFunction · 0.45
GetNextBufferMethod · 0.45
CopyIoToBoundaryMethod · 0.45
LoadMethod · 0.45
ReadAllMethod · 0.45
ReadToBufferMethod · 0.45
ReadBloomFilterHeaderMethod · 0.45
ProcessBloomFilterMethod · 0.45
ProcessFooterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected