Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Accept
Method
Accept
cpp/src/arrow/scalar.cc:57–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
Status Scalar::Accept(ScalarVisitor* visitor) const {
58
return VisitScalarInline(*this, visitor);
59
}
60
61
namespace {
62
Callers
nothing calls this directly
Calls
1
VisitScalarInline
Function · 0.85
Tested by
no test coverage detected