tanclary opened a new pull request, #3167:
URL: https://github.com/apache/calcite/pull/3167

   Add support for BigQuery Array Subscript Operators `OFFSET`, `ORDINAL`, 
`SAFE_OFFSET`, and `SAFE_ORDINAL`.
   
   These operators are similar to the existing `ITEM` operator used to index an 
array. For this PR, that implementation was parameterized to accept different 
offsets and out-of-bounds behavior. 
   
   [BigQuery 
docs](https://cloud.google.com/bigquery/docs/reference/standard-sql/operators#array_subscript_operator)
   
   Any comments as always are appreciated, thanks!


-- 
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: commits-unsubscr...@calcite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to