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

Method Reset

cpp/src/arrow/array/builder_binary.cc:99–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void BinaryViewBuilder::Reset() {
100 ArrayBuilder::Reset();
101 data_builder_.Reset();
102 data_heap_builder_.Reset();
103}
104
105// ----------------------------------------------------------------------
106// Fixed width binary

Callers

nothing calls this directly

Calls 1

ResetFunction · 0.70

Tested by

no test coverage detected