ksuarez1423 commented on code in PR #14018: URL: https://github.com/apache/arrow/pull/14018#discussion_r1009844147
########## docs/source/cpp/parquet.rst: ########## @@ -32,6 +32,310 @@ is a space-efficient columnar storage format for complex data. The Parquet C++ implementation is part of the Apache Arrow project and benefits from tight integration with the Arrow C++ classes and facilities. +Reading Parquet files +===================== + +The :class:`arrow::FileReader` class reads data into Arrow Tables and Record +Batches. + +The :class:`StreamReader` and :class:`StreamWriter` classes allow for Review Comment: Isn't `StreamReader` all that needs to be mentioned here, since this is the discussion of input, rather than output? I see they both have their own sections later. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
