Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Visit
Method
Visit
cpp/src/parquet/schema.cc:308–308 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
306
}
307
308
void PrimitiveNode::Visit(Node::Visitor* visitor) { visitor->Visit(this); }
309
310
void PrimitiveNode::VisitConst(Node::ConstVisitor* visitor) const {
311
visitor->Visit(this);
Callers
4
VisitConst
Method · 0.45
PrintSchema
Function · 0.45
Visit
Method · 0.45
updateColumnOrders
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected