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

Method Reset

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

Source from the content-addressed store, hash-verified

278 : HashKernel(options), pool_(pool), type_(type), action_(type, options, pool) {}
279
280 Status Reset() override {
281 memo_table_.reset(new MemoTable(pool_, 0));
282 return action_.Reset();
283 }
284
285 Status Append(const ArraySpan& arr) override {
286 RETURN_NOT_OK(action_.Reserve(arr.length));

Callers

nothing calls this directly

Calls 2

resetMethod · 0.45
ResetMethod · 0.45

Tested by

no test coverage detected