MCPcopy 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
1597size_t FieldPath::hash() const {
1598 return internal::ComputeStringHash<0>(indices().data(), indices().size() * sizeof(int));
1599}
1600
1601std::string FieldPath::ToString() const {
1602 if (this->indices().empty()) {

Callers 4

operator()Function · 0.45
operator()Method · 0.45
operator()Method · 0.45
TestHashingMethod · 0.45

Calls 3

indicesFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by 1

TestHashingMethod · 0.36