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

Method Reset

cpp/src/arrow/dataset/partition.cc:533–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531 }
532
533 virtual void Reset() {
534 name_to_index_.clear();
535 repr_memos_.clear();
536 }
537
538 std::unique_ptr<DictionaryMemoTable> MakeMemo() {
539 return std::make_unique<DictionaryMemoTable>(default_memory_pool(), utf8());

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected