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

Method Init

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

Source from the content-addressed store, hash-verified

2430 : ArrayStreamReader<IsDevice>(stream, mapper) {}
2431
2432 Status Init() {
2433 ARROW_ASSIGN_OR_RAISE(field_, this->ReadField());
2434 return Status::OK();
2435 }
2436
2437 std::shared_ptr<DataType> data_type() const { return field_->type(); }
2438

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