We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0399039 commit 86eba06Copy full SHA for 86eba06
cpp/src/parquet/arrow/reader.h
@@ -134,6 +134,7 @@ class PARQUET_EXPORT FileReader {
134
/// Factory function to create a FileReader from a ParquetFileReader
135
static ::arrow::Result<std::unique_ptr<FileReader>> Make(
136
::arrow::MemoryPool* pool, std::unique_ptr<ParquetFileReader> reader);
137
+
138
// Since the distribution of columns amongst a Parquet file's row groups may
139
// be uneven (the number of values in each column chunk can be different), we
140
// provide a column-oriented read interface. The ColumnReader hides the
0 commit comments