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

Method GetSchema

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

Source from the content-addressed store, hash-verified

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