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

Method GetReaderAsync

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

Source from the content-addressed store, hash-verified

516}
517
518Future<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
523Future<std::shared_ptr<parquet::arrow::FileReader>> ParquetFileFormat::GetReaderAsync(
524 const FileSource& source, const std::shared_ptr<ScanOptions>& options,

Callers

nothing calls this directly

Calls 8

MakeReaderPropertiesFunction · 0.85
filesystemMethod · 0.80
ThenMethod · 0.80
getMethod · 0.45
pathMethod · 0.45
OpenAsyncMethod · 0.45
metadataMethod · 0.45

Tested by

no test coverage detected