MCPcopy Create free account
hub / github.com/apache/arrow / ~Fingerprintable

Method ~Fingerprintable

cpp/src/arrow/type.cc:2719–2722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2717namespace detail {
2718
2719Fingerprintable::~Fingerprintable() {
2720 delete fingerprint_.load();
2721 delete metadata_fingerprint_.load();
2722}
2723
2724template <typename ComputeFingerprint>
2725static const std::string& LoadFingerprint(std::atomic<std::string*>* fingerprint,

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected