MCPcopy 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
57Status Scalar::Accept(ScalarVisitor* visitor) const {
58 return VisitScalarInline(*this, visitor);
59}
60
61namespace {
62

Callers

nothing calls this directly

Calls 1

VisitScalarInlineFunction · 0.85

Tested by

no test coverage detected