MCPcopy Create free account
hub / github.com/apache/arrow / ToString

Method ToString

cpp/src/arrow/type.h:569–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567 std::string name() const override { return DERIVED::type_name(); }
568
569 std::string ToString(bool show_metadata = false) const override { return this->name(); }
570};
571
572template <typename DERIVED, typename BASE, Type::type TYPE_ID, typename C_TYPE>

Callers 3

ToStringFunction · 0.45
CheckNonEmptyFunction · 0.45
CheckNonMultipleFunction · 0.45

Calls 1

nameMethod · 0.95

Tested by

no test coverage detected