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

Method Reset

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

Source from the content-addressed store, hash-verified

185 }
186
187 Status Reset() {
188 indices_builder_.Reset();
189 return Status::OK();
190 }
191
192 Status Reserve(const int64_t length) { return indices_builder_.Reserve(length); }
193

Callers

nothing calls this directly

Calls 2

OKFunction · 0.50
ResetMethod · 0.45

Tested by

no test coverage detected