Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ operator()
Method
operator()
cpp/src/arrow/compute/expression.h:67–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
size_t hash() const;
66
struct Hash {
67
size_t operator()(const Expression& expr) const { return expr.hash(); }
68
};
69
70
/// Bind this expression to the given input type, looking up Kernels and field types.
Callers
nothing calls this directly
Calls
1
hash
Method · 0.45
Tested by
no test coverage detected