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

Function parquet___arrow___FileReader__GetSchema

r/src/parquet.cpp:368–373  ·  view source on GitHub ↗

[[parquet::export]]

Source from the content-addressed store, hash-verified

366
367// [[parquet::export]]
368std::shared_ptr<arrow::Schema> parquet___arrow___FileReader__GetSchema(
369 const std::shared_ptr<parquet::arrow::FileReader>& reader) {
370 std::shared_ptr<arrow::Schema> schema;
371 StopIfNotOk(reader->GetSchema(&schema));
372 return schema;
373}
374
375#endif

Calls 2

StopIfNotOkFunction · 0.85
GetSchemaMethod · 0.45

Tested by

no test coverage detected