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

Method Init

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

Source from the content-addressed store, hash-verified

2387 : ArrayStreamReader<IsDevice>(stream, mapper) {}
2388
2389 Status Init() {
2390 ARROW_ASSIGN_OR_RAISE(schema_, this->ReadSchema());
2391 return Status::OK();
2392 }
2393
2394 std::shared_ptr<Schema> schema() const override { return schema_; }
2395

Callers 2

ImportReaderFunction · 0.45
ImportChunkedFunction · 0.45

Calls 3

ARROW_ASSIGN_OR_RAISEFunction · 0.50
OKFunction · 0.50
ReadSchemaMethod · 0.45

Tested by

no test coverage detected