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

Method ReadSchema

cpp/src/arrow/ipc/read_write_test.cc:1232–1234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1230 }
1231
1232 Status ReadSchema(std::shared_ptr<Schema>* out) {
1233 return ReadSchema(ipc::IpcReadOptions::Defaults(), out);
1234 }
1235
1236 Status ReadSchema(const IpcReadOptions& read_options, std::shared_ptr<Schema>* out) {
1237 auto buf_reader = std::make_shared<io::BufferReader>(buffer_);

Callers 2

RoundTripHelperMethod · 0.45

Calls 4

ReadSchemaFunction · 0.70
DefaultsFunction · 0.50
OKFunction · 0.50
schemaMethod · 0.45

Tested by

no test coverage detected