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

Method Reset

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

Source from the content-addressed store, hash-verified

451 dictionary_value_type_(std::move(dictionary_value_type)) {}
452
453 Status Reset() override { return indices_kernel_->Reset(); }
454
455 Status Append(const ArraySpan& arr) override {
456 auto arr_dict = arr.dictionary().ToArray();

Callers

nothing calls this directly

Calls 1

ResetMethod · 0.45

Tested by

no test coverage detected