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

Method bytes_left

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

Returns the number of bytes left in the stream.

Source from the content-addressed store, hash-verified

204
205 /// Returns the number of bytes left in the stream.
206 int bytes_left() { return buffer_end_ - buffer_pos_; }
207
208 /// Maximum byte length of a vlq encoded integer of type T.
209 template <typename T>

Callers 1

TestBitArrayValuesFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestBitArrayValuesFunction · 0.36