- The input data to query (context_item),
- the JSON path expression defining the query (path_expression)
- with an optional name (json_path_name), and an
- optional PASSING clause, which can provide data values
- to the path_expression. The result of the input
- data evaluation using the aforementioned elements is called the
- row pattern, which is used as the source for row
- values in the constructed view.
+ The context_item specifies the input document
+ to query, the path_expression is an SQL/JSON
+ path expression defining the query, and json_path_name
+ is an optional name for the path_expression.
+ The optional PASSING clause provides data values for
+ the variables mentioned in the path_expression.
+ The result of the input data evaluation using the aforementioned elements
+ is called the row pattern, which is used as the
+ source for row values in the constructed view.