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

Method StdHash

cpp/src/arrow/scalar.cc:141–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139
140 template <typename T>
141 Status StdHash(const T& t) {
142 static std::hash<T> hash;
143 hash_ ^= hash(t);
144 return Status::OK();
145 }
146
147 template <typename S>
148 Status ValueHash(const S& s) {

Callers

nothing calls this directly

Calls 2

hashFunction · 0.85
OKFunction · 0.70

Tested by

no test coverage detected