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

Method Init

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

Source from the content-addressed store, hash-verified

2382 : ArrayStreamReader<IsDevice>(stream, mapper) {}
2383
2384 Status Init() {
2385 ARROW_ASSIGN_OR_RAISE(schema_, this->ReadSchema());
2386 return Status::OK();
2387 }
2388
2389 std::shared_ptr<Schema> schema() const override { return schema_; }
2390

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