MCPcopy Create free account
hub / github.com/apache/arrow / Accept

Function Accept

cpp/src/gandiva/node.h:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 : Node(type), holder_(holder), is_null_(is_null) {}
60
61 Status Accept(NodeVisitor& visitor) const override { return visitor.Visit(*this); }
62
63 const LiteralHolder& holder() const { return holder_; }
64

Callers

nothing calls this directly

Calls 1

VisitMethod · 0.45

Tested by

no test coverage detected