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

Method ArrayHash

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

Source from the content-addressed store, hash-verified

155 }
156
157 Status ArrayHash(const Array& a) { return ArrayHash(*a.data()); }
158
159 Status ArrayHash(const ArraySpan& a, int64_t offset, int64_t length) {
160 // Calculate null count within the range

Callers

nothing calls this directly

Calls 6

ComputeBitmapHashFunction · 0.85
GetNullCountMethod · 0.80
OKFunction · 0.70
CountSetBitsFunction · 0.50
dataMethod · 0.45
idMethod · 0.45

Tested by

no test coverage detected