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

Method Visit

cpp/src/arrow/c/bridge.cc:1647–1649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1645 }
1646
1647 Status Visit(const DataType& type) {
1648 return Status::NotImplemented("Cannot import array of type ", type_->ToString());
1649 }
1650
1651 Status Visit(const FixedWidthType& type) { return ImportFixedSizePrimitive(type); }
1652

Callers

nothing calls this directly

Calls 6

emplace_backMethod · 0.80
NotImplementedFunction · 0.50
OKFunction · 0.50
ToStringMethod · 0.45
insertMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected