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

Method GetReader

cpp/src/arrow/dataset/file_parquet.cc:478–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476}
477
478Result<std::shared_ptr<parquet::arrow::FileReader>> ParquetFileFormat::GetReader(
479 const FileSource& source, const std::shared_ptr<ScanOptions>& options) const {
480 return GetReader(source, options, /*metadata=*/nullptr);
481}
482
483Result<std::shared_ptr<parquet::arrow::FileReader>> ParquetFileFormat::GetReader(
484 const FileSource& source, const std::shared_ptr<ScanOptions>& options,

Callers

nothing calls this directly

Calls 10

GetReaderFunction · 0.85
MakeReaderPropertiesFunction · 0.85
WrapSourceErrorFunction · 0.85
ValueOrDieMethod · 0.80
getMethod · 0.45
okMethod · 0.45
statusMethod · 0.45
pathMethod · 0.45
metadataMethod · 0.45

Tested by

no test coverage detected