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

Method properties

cpp/src/parquet/file_reader.cc:237–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235 const RowGroupMetaData* metadata() const override { return row_group_metadata_.get(); }
236
237 const ReaderProperties* properties() const override { return &properties_; }
238
239 std::unique_ptr<PageReader> GetColumnPageReader(int i) override {
240 // Read column chunk from the file

Callers 2

ColumnMethod · 0.45
RecordReaderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected