alamb commented on issue #3617:
URL: 
https://github.com/apache/arrow-datafusion/issues/3617#issuecomment-1270418129

   > I want to be able to specify so.e kind of path expression like select 
a.b.c for nested structs. For list types also some notation to access the index.
   
   Have you tried the `[]` syntax?
   
   Like `struct_column["b"]["c"]` for nested structs and `list_column[3]` for 
list access? I was pleasantly surprised that it worked when I last tried it


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