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

Method Equals

cpp/src/parquet/schema.cc:301–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301bool PrimitiveNode::Equals(const Node* other) const {
302 if (!Node::EqualsInternal(other)) {
303 return false;
304 }
305 return EqualsInternal(static_cast<const PrimitiveNode*>(other));
306}
307
308void PrimitiveNode::Visit(Node::Visitor* visitor) { visitor->Visit(this); }
309

Callers 1

EqualsInternalMethod · 0.45

Calls 5

ColumnMethod · 0.95
max_repetition_levelFunction · 0.85
max_definition_levelFunction · 0.85
num_columnsMethod · 0.45
ToStringMethod · 0.45

Tested by

no test coverage detected