alamb opened a new pull request #381:
URL: https://github.com/apache/arrow-datafusion/pull/381


   # Which issue does this PR close?
   
   This is part of #363 where I am trying to evaluate pruning predicates on 
record batches that represent the min/max values of statistics.
   
    # Rationale for this change
   The proposed interface for providing min/max values is as `ScalarValue`s and 
I need a way to take a bunch of `ScalarValues` and turn them into an Array.
   
   You can see how it is used in 
https://github.com/apache/arrow-datafusion/pull/380
   
   
   # What changes are included in this PR?
   1. Add `ScalarValue::iter_to_array`, tests for same
   
   # Are there any user-facing changes?
   `ScalarValue::iter_to_array` is now available
   
   


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