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

Method Init

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

Source from the content-addressed store, hash-verified

2435 : ArrayStreamReader<IsDevice>(stream, mapper) {}
2436
2437 Status Init() {
2438 ARROW_ASSIGN_OR_RAISE(field_, this->ReadField());
2439 return Status::OK();
2440 }
2441
2442 std::shared_ptr<DataType> data_type() const { return field_->type(); }
2443

Callers

nothing calls this directly

Calls 3

ReadFieldMethod · 0.80
ARROW_ASSIGN_OR_RAISEFunction · 0.50
OKFunction · 0.50

Tested by

no test coverage detected