MCPcopy 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

VisitMethod · 0.70
nameMethod · 0.70
DirectPutImplFunction · 0.50
EqualsMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected