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

Method Visit

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

Source from the content-addressed store, hash-verified

1640 }
1641
1642 Status Visit(const DataType& type) {
1643 return Status::NotImplemented("Cannot import array of type ", type_->ToString());
1644 }
1645
1646 Status Visit(const FixedWidthType& type) { return ImportFixedSizePrimitive(type); }
1647

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