Skip to content

Commit 48a279c

Browse files
authored
Update links to array functions in other.md
1 parent 1c5ded4 commit 48a279c

File tree

1 file changed

+1
-1
lines changed
  • docs/integrations/data-ingestion/data-formats/json

1 file changed

+1
-1
lines changed

docs/integrations/data-ingestion/data-formats/json/other.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ FROM s3('https://datasets-documentation.s3.eu-west-3.amazonaws.com/http/document
643643
0 rows in set. Elapsed: 12.121 sec. Processed 10.00 million rows, 107.30 MB (825.01 thousand rows/s., 8.85 MB/s.)
644644
```
645645
646-
Querying this structure requires using the [`indexOf`](/sql-reference/functions/array-functions#indexofarr-x) function to identify the index of the required key (which should be consistent with the order of the values). This can be used to access the values array column i.e. `values[indexOf(keys, 'status')]`. We still require a JSON parsing method for the request column - in this case, `simpleJSONExtractString`.
646+
Querying this structure requires using the [`indexOf`](/sql-reference/functions/array-functions#indexOf) function to identify the index of the required key (which should be consistent with the order of the values). This can be used to access the values array column i.e. `values[indexOf(keys, 'status')]`. We still require a JSON parsing method for the request column - in this case, `simpleJSONExtractString`.
647647
648648
```sql
649649
SELECT toUInt16(values[indexOf(keys, 'status')]) as status,

0 commit comments

Comments
 (0)