Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ NullType
Function
NullType
cpp/src/arrow/type.h:589–589 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
587
static constexpr const char* type_name() { return
"null"
; }
588
589
NullType() : DataType(Type::NA) {}
590
591
std::string ToString(bool show_metadata = false) const override;
592
Callers
2
CheckProjectable
Function · 0.50
TEST
Function · 0.50
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.40