Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Visit
Method
Visit
cpp/src/arrow/scalar.cc:65–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
// Implementation of Scalar::hash()
64
struct ScalarHashImpl {
65
Status Visit(const NullScalar& s) { return Status::OK(); }
66
67
template <typename T>
68
Status Visit(const internal::PrimitiveScalar<T>& s) {
Callers
nothing calls this directly
Calls
2
OK
Function · 0.70
value
Method · 0.45
Tested by
no test coverage detected