MCPcopy 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
336Status Array::Accept(ArrayVisitor* visitor) const {
337 return VisitArrayInline(*this, visitor);
338}
339
340Status Array::Validate() const { return internal::ValidateArray(*this); }
341

Callers 15

WriteListScalarFunction · 0.45
VisitMethod · 0.45
ConvertToJsonFunction · 0.45
AppendValueMethod · 0.45
SerializeMethod · 0.45
PrettyPrintFunction · 0.45
RunMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
SortMethod · 0.45
SortMethod · 0.45

Calls 1

VisitArrayInlineFunction · 0.85

Tested by 2

PrettyPrintFunction · 0.36
operator()Method · 0.36