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

Method Hashes

cpp/src/parquet/xxhasher.cc:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void XxHasher::Hashes(const int32_t* values, int num_values, uint64_t* hashes) const {
74 XxHashesHelper(values, kParquetBloomXxHashSeed, num_values, hashes);
75}
76
77void XxHasher::Hashes(const int64_t* values, int num_values, uint64_t* hashes) const {
78 XxHashesHelper(values, kParquetBloomXxHashSeed, num_values, hashes);

Callers 8

UpdateMethod · 0.80
UpdateSpacedMethod · 0.80
UpdateBinaryBloomFilterFunction · 0.80
HashesFunction · 0.80
GetHashValuesFunction · 0.80
BM_BatchComputeHashFunction · 0.80
TESTFunction · 0.80
TYPED_TESTFunction · 0.80

Calls 2

XxHashesHelperFunction · 0.85
dataMethod · 0.45

Tested by 2

TESTFunction · 0.64
TYPED_TESTFunction · 0.64