Expand description
JSONPath query
Structs§
- Jsonb
Path Query - A scalar UDF that returns all matches of a JSONPath expression on a JSONB value as a JSONB array.
- Jsonb
Path Query First - A scalar UDF that returns the first match of a JSONPath expression on a JSONB value.
Functions§
- make_
jsonb_ path_ query_ first_ udf - Creates a user-defined function to extract the first JSONPath match from a JSONB value.
- make_
jsonb_ path_ query_ udf - Creates a user-defined function to extract all JSONPath matches from a JSONB value as a JSONB array.