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

Method ReadSchema

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

Source from the content-addressed store, hash-verified

1234 }
1235
1236 Status ReadSchema(std::shared_ptr<Schema>* out) {
1237 return ReadSchema(ipc::IpcReadOptions::Defaults(), out);
1238 }
1239
1240 Status ReadSchema(const IpcReadOptions& read_options, std::shared_ptr<Schema>* out) {
1241 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