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

Function Reset

cpp/src/arrow/buffer_builder.h:193–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191 }
192
193 void Reset() {
194 buffer_ = NULLPTR;
195 capacity_ = size_ = 0;
196 }
197
198 /// \brief Set size to a smaller value without modifying builder
199 /// contents. For reusable BufferBuilder classes

Callers 1

FinishFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected