Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
GetChunks
Method · 0.70
AllocArrayData
Method · 0.50
ValidateArrayDataCapacity
Method · 0.50
CodeGenExprValue
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected