Skip to content

Commit a4daae8

Browse files
committed
updated spath images
1 parent 69743c2 commit a4daae8

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed
428 KB
Loading

docs/images/sql-reference/nested.png

369 KB
Loading

docs/sql_reference.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,14 @@ In this query, the `json_object_field` contains a value such as:
234234
The function navigates the JSON structure and extracts the value associated with the path `nested.value`.
235235
The result is: `23`.
236236

237+
Sample Input in log stream:
238+
239+
![Nested Input](./images/sql-reference/nested-input.png)
240+
241+
Running SQL query using spath():
242+
243+
![Nested value extraction](./images/sql-reference/nested.png)
244+
237245
---
238246

239247
### `cast_to_arr(field)`

0 commit comments

Comments
 (0)