MCPcopy 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

CheckProjectableFunction · 0.50
TESTFunction · 0.50

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.40