Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ hash
Method
hash
cpp/src/arrow/type.cc:1597–1599 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1595
// FieldPath
1596
1597
size_t FieldPath::hash() const {
1598
return internal::ComputeStringHash<0>(indices().data(), indices().size() * sizeof(int));
1599
}
1600
1601
std::string FieldPath::ToString() const {
1602
if (this->indices().empty()) {
Callers
4
operator()
Function · 0.45
operator()
Method · 0.45
operator()
Method · 0.45
TestHashing
Method · 0.45
Calls
3
indices
Function · 0.85
data
Method · 0.45
size
Method · 0.45
Tested by
1
TestHashing
Method · 0.36