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

Method capacity

be/src/kudu/util/faststring.h:192–194  ·  view source on GitHub ↗

Return the allocated capacity of this string.

Source from the content-addressed store, hash-verified

190
191 // Return the allocated capacity of this string.
192 size_t capacity() const {
193 return capacity_;
194 }
195
196 // Return a pointer to the data in this string. Note that this pointer
197 // may be invalidated by any later non-const operation.

Callers 7

memory_footprintMethod · 0.45
memory_footprintMethod · 0.45
PutValueMethod · 0.45
FlushMethod · 0.45
GetNextBytePtrMethod · 0.45
memory_footprintMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36