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

Method Reset

cpp/src/arrow/compute/kernels/vector_hash.cc:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 }
115
116 Status Reset() {
117 count_builder_.Reset();
118 return Status::OK();
119 }
120
121 // Don't do anything on flush because we don't want to finalize the builder
122 // or incur the cost of memory copies.

Callers

nothing calls this directly

Calls 2

OKFunction · 0.50
ResetMethod · 0.45

Tested by

no test coverage detected