| 516 | } |
| 517 | |
| 518 | Future<std::shared_ptr<parquet::arrow::FileReader>> ParquetFileFormat::GetReaderAsync( |
| 519 | const FileSource& source, const std::shared_ptr<ScanOptions>& options) const { |
| 520 | return GetReaderAsync(source, options, nullptr); |
| 521 | } |
| 522 | |
| 523 | Future<std::shared_ptr<parquet::arrow::FileReader>> ParquetFileFormat::GetReaderAsync( |
| 524 | const FileSource& source, const std::shared_ptr<ScanOptions>& options, |
nothing calls this directly
no test coverage detected