Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ operator()
Method
operator()
cpp/src/arrow/type.h:1997–1997 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1995
size_t hash() const;
1996
struct Hash {
1997
size_t operator()(const FieldPath& path) const { return path.hash(); }
1998
};
1999
2000
bool empty() const { return indices_.empty(); }
Callers
nothing calls this directly
Calls
1
hash
Method · 0.45
Tested by
no test coverage detected