You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/30 01:59:27 UTC

[GitHub] [arrow] wgtmac commented on a diff in pull request #14742: ARROW-18413: [C++][Parquet] Expose page index info from ColumnChunkMetaData

wgtmac commented on code in PR #14742:
URL: https://github.com/apache/arrow/pull/14742#discussion_r1035455360


##########
cpp/src/parquet/metadata.h:
##########
@@ -171,6 +171,13 @@ class PARQUET_EXPORT ColumnChunkMetaData {
   int64_t total_uncompressed_size() const;
   std::unique_ptr<ColumnCryptoMetaData> crypto_metadata() const;
 
+  bool has_column_index() const;
+  int64_t column_index_offset() const;

Review Comment:
   SGTM, I will change it shortly.



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org