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 2021/05/21 17:29:01 UTC

[GitHub] [arrow-datafusion] alamb commented on pull request #381: Function to create `ArrayRef` from an iterator of ScalarValues

alamb commented on pull request #381:
URL: https://github.com/apache/arrow-datafusion/pull/381#issuecomment-846121385


   > Shouldn't we use the Builder API to create an array of the values from the statistics instead of stats -> Vec<Scalar> -> Array?
   
   @jorgecarleitao could you please elaborate on what you have in mind here? The reason `ScalarValue` got involved was that I proposed returning Min/Max values as `ScalarValue` (in a trait that I can implement for things outside of DataFusion) in https://github.com/apache/arrow-datafusion/pull/380. 


-- 
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:
users@infra.apache.org