ianmcook opened a new issue, #38837:
URL: https://github.com/apache/arrow/issues/38837

   ### Describe the enhancement requested
   
   Is there any standard or convention for passing column statistics through 
the C data interface?
   
   For example, say there is a module that reads a Parquet file into memory in 
Arrow format then passes the data arrays to another module through the C data 
interface. If the Parquet file metadata includes [Parquet column 
statistics](https://arrow.apache.org/docs/python/generated/pyarrow.parquet.Statistics.html)
 such as `distinct_count`, `max`, `min`, and `null_count`, can the module pass 
those statistics through the C data interface?
   
   ### Component(s)
   
   Format


-- 
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: issues-unsubscr...@arrow.apache.org.apache.org

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

Reply via email to