Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
176
std::string ToTypeName(Type::type id) {
Callers
nothing calls this directly
Calls
2
type_name
Function · 0.70
OK
Function · 0.70
Tested by
no test coverage detected