Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Accept
Method
Accept
cpp/src/arrow/array/array_base.cc:336–338 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
334
// Implement Array::Accept as inline visitor
335
336
Status Array::Accept(ArrayVisitor* visitor) const {
337
return VisitArrayInline(*this, visitor);
338
}
339
340
Status Array::Validate() const { return internal::ValidateArray(*this); }
341
Callers
15
WriteListScalar
Function · 0.45
Visit
Method · 0.45
ConvertToJson
Function · 0.45
AppendValue
Method · 0.45
Serialize
Method · 0.45
PrettyPrint
Function · 0.45
Run
Method · 0.45
Run
Method · 0.45
Run
Method · 0.45
Run
Method · 0.45
Sort
Method · 0.45
Sort
Method · 0.45
Calls
1
VisitArrayInline
Function · 0.85
Tested by
2
PrettyPrint
Function · 0.36
operator()
Method · 0.36