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

Method Reset

cpp/src/arrow/type.cc:2576–2580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2574 }
2575
2576 void Reset() {
2577 fields_.clear();
2578 name_to_index_.clear();
2579 metadata_.reset();
2580 }
2581
2582 private:
2583 FieldVector fields_;

Callers

nothing calls this directly

Calls 2

clearMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected