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

Method GetSchema

cpp/src/parquet/arrow/reader.cc:266–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264 }
265
266 Status GetSchema(std::shared_ptr<::arrow::Schema>* out) override {
267 return FromParquetSchema(reader_->metadata()->schema(), reader_properties_,
268 reader_->metadata()->key_value_metadata(), out);
269 }
270
271 Status ReadColumn(int i, const std::vector<int>& row_groups, ColumnReader* reader,
272 std::shared_ptr<ChunkedArray>* out) {

Callers 3

ReadTableManuallyFunction · 0.45
TEST_PFunction · 0.45
TESTFunction · 0.45

Calls 3

FromParquetSchemaFunction · 0.85
schemaMethod · 0.45
metadataMethod · 0.45

Tested by 3

ReadTableManuallyFunction · 0.36
TEST_PFunction · 0.36
TESTFunction · 0.36