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

Method IsEmpty

be/src/runtime/string-buffer.h:77–77  ·  view source on GitHub ↗

Returns true if no byte is consumed in the buffer.

Source from the content-addressed store, hash-verified

75
76 /// Returns true if no byte is consumed in the buffer.
77 bool IsEmpty() const { return len_ == 0; }
78
79 /// Grows the buffer to be at least 'new_size', copying over the previous data
80 /// into the new buffer. The old buffer is not freed. Return an error status if

Callers 2

ValidateStringFunction · 0.45
SendCurrentBatchMethod · 0.45

Calls

no outgoing calls

Tested by 1

ValidateStringFunction · 0.36