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

Method buffer_size

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

Returns the size of the buffer.

Source from the content-addressed store, hash-verified

106
107 /// Returns the size of the buffer.
108 int64_t buffer_size() const { return buffer_size_; }
109
110 private:
111 MemPool* pool_;

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64