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

Function capacity

cpp/src/arrow/array/builder_base.h:116–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 virtual int64_t length() const { return length_; }
115 int64_t null_count() const { return null_count_; }
116 int64_t capacity() const { return capacity_; }
117
118 /// \brief Ensure that enough memory has been allocated to fit the indicated
119 /// number of total elements in the builder, including any that have already

Callers 1

ReserveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected