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

Method Reset

cpp/src/arrow/array/builder_primitive.cc:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void BooleanBuilder::Reset() {
57 ArrayBuilder::Reset();
58 data_builder_.Reset();
59}
60
61Status BooleanBuilder::Resize(int64_t capacity) {
62 RETURN_NOT_OK(CheckCapacity(capacity));

Callers

nothing calls this directly

Calls 1

ResetFunction · 0.70

Tested by

no test coverage detected