lidavidm commented on a change in pull request #10270:
URL: https://github.com/apache/arrow/pull/10270#discussion_r630989906



##########
File path: cpp/src/arrow/csv/options.h
##########
@@ -101,6 +101,9 @@ struct ARROW_EXPORT ConvertOptions {
   /// or null by default)
   /// This option is ignored if `include_columns` is empty.
   bool include_missing_columns = false;
+  /// If true, no columns are decoded (record batches will have a row count 
and no
+  /// columns). This is useful if you need only a row count.
+  bool skip_decoding = false;

Review comment:
       It should be doable, we'll just have to be careful to respect all the 
same options (skip_rows, etc.). I'll make an attempt.




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to