Skip to content

Commit 072c153

Browse files
committed
Document BigQuery Array subscript operator
1 parent 1736fc8 commit 072c153

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sql/arrays-and-maps.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ Supported by:
2929
- [N1QL][]
3030
- [PostgreSQL][]
3131

32+
Array subscript operator `arr[OFFSET(5)]`. Supported by:
33+
34+
- [BigQuery][]
35+
36+
[bigquery]: https://cloud.google.com/bigquery/docs/reference/standard-sql/operators#array_subscript_operator
3237
[hive]: https://cwiki.apache.org/confluence/display/Hive/LanguageManual+UDF#LanguageManualUDF-OperatorsonComplexTypes
3338
[spark]: https://stackoverflow.com/questions/34916038/sparksql-sql-syntax-for-nth-item-in-array
3439
[n1ql-literals]: https://docs.couchbase.com/server/current/n1ql/n1ql-language-reference/datatypes.html#arrays

0 commit comments

Comments
 (0)