-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
Describe the enhancement requested
The current version uses arrow::Status and std::unique_ptr<FileReader>*:
arrow/cpp/src/parquet/arrow/reader.h
Lines 119 to 127 in ae497bf
| static ::arrow::Status Make(::arrow::MemoryPool* pool, | |
| std::unique_ptr<ParquetFileReader> reader, | |
| const ArrowReaderProperties& properties, | |
| std::unique_ptr<FileReader>* out); | |
| /// Factory function to create a FileReader from a ParquetFileReader | |
| static ::arrow::Status Make(::arrow::MemoryPool* pool, | |
| std::unique_ptr<ParquetFileReader> reader, | |
| std::unique_ptr<FileReader>* out); |
Component(s)
C++, Parquet
Reactions are currently unavailable