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

Method Visit

cpp/src/arrow/type.cc:267–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265 std::shared_ptr<DataType> result;
266
267 Status Visit(const DataType&) {
268 result = real_type;
269 return Status::OK();
270 }
271
272 template <typename Type, typename PhysicalType = typename Type::PhysicalType>
273 Status Visit(const Type& type) {

Callers

nothing calls this directly

Calls 2

OKFunction · 0.70
type_singletonFunction · 0.70

Tested by

no test coverage detected