Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ type_name
Function
type_name
cpp/src/arrow/type.h:587–587 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
585
static constexpr Type::type type_id = Type::NA;
586
587
static constexpr const char* type_name() { return
"null"
; }
588
589
NullType() : DataType(Type::NA) {}
590
Callers
4
Visit
Method · 0.70
name
Method · 0.70
DirectPutImpl
Function · 0.50
Equals
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected