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

Function expr_type

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

Source from the content-addressed store, hash-verified

205 Status Accept(NodeVisitor& visitor) const override { return visitor.Visit(*this); }
206
207 ExprType expr_type() const { return expr_type_; }
208
209 const NodeVector& children() const { return children_; }
210

Callers 1

ToStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected