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


   …alues
   
   # Which issue does this PR close?
   
   Closes #119
   
    # Rationale for this change
   Adds struct value support to select nested fields. With this, users can 
access arbitrary nested values in lists and structs which should cover most 
uses cases.
   
   # What changes are included in this PR?
   GetIndexedFieldExpr gets StructArray support, allowing `select 
struct_col["bar"][0] from structs`
   
   # Are there any user-facing changes?
   Nope
   


-- 
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: [email protected]

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


Reply via email to