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

Function is_primitive

cpp/src/parquet/schema.h:104–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 virtual ~Node() {}
103
104 bool is_primitive() const { return type_ == Node::PRIMITIVE; }
105
106 bool is_group() const { return type_ == Node::GROUP; }
107

Callers 4

GetChunksMethod · 0.70
AllocArrayDataMethod · 0.50
CodeGenExprValueMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected