yoavcloud opened a new pull request, #2303:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2303

   Add support for the `AT` keyword in PartiQL that is used during unnesting to 
retrieve the index of an element in an array.
   
   For example:
   ```sql
   SELECT index, val FROM my_table t, t.my_array val AT index;
   ```


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to