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

Method Accept

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

Source from the content-addressed store, hash-verified

248 const DataTypePtr& type() const { return type_; }
249
250 Status Accept(NodeVisitor& visitor) const override { return visitor.Visit(*this); }
251
252 std::string ToString() const override {
253 std::stringstream ss;

Callers

nothing calls this directly

Calls 1

VisitMethod · 0.45

Tested by

no test coverage detected