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

Function hashes

cpp/src/arrow/compute/key_map_internal.h:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 void num_inserted(uint32_t i) { num_inserted_ = i; }
84
85 uint32_t* hashes() const {
86 return reinterpret_cast<uint32_t*>(hashes_->mutable_data());
87 }
88
89 /// \brief Extract group id for a given slot in a given block using aligned 32-bit read
90 /// regardless of the number of group id bits.

Callers 1

grow_doubleMethod · 0.85

Calls 1

mutable_dataMethod · 0.45

Tested by

no test coverage detected