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

Method Visit

cpp/src/arrow/type.cc:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168
169 template <typename ArrowType>
170 Status Visit(const ArrowType*) {
171 out = ArrowType::type_name();
172 return Status::OK();
173 }
174};
175
176std::string ToTypeName(Type::type id) {

Callers

nothing calls this directly

Calls 2

type_nameFunction · 0.70
OKFunction · 0.70

Tested by

no test coverage detected