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

Method Reset

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

Source from the content-addressed store, hash-verified

385 : pool_(pool), type_(type), action_(type, options, pool) {}
386
387 Status Reset() override { return action_.Reset(); }
388
389 Status Append(const ArraySpan& arr) override { return DoAppend(arr); }
390

Callers

nothing calls this directly

Calls 1

ResetMethod · 0.45

Tested by

no test coverage detected