| 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 |