Overview
Redpanda SQL provides functions to query and manipulate json data:
| Functions | Description |
|---|---|
Extracts a |
|
Returns text referenced by a series of path elements in a |
|
Returns the number of elements in the outer array of a |
|
Returns the |
Use operators to specify conditions when using json functions. Redpanda SQL also supports the following json operators:
| Operators | Description | Example |
|---|---|---|
→ |
Gets and returns the element of the |
|
→ |
Gets and returns the |
|
→> |
Gets and returns the element of the |
|
→> |
Gets and returns the |
|