FunctionsJSON
json_path_match_tz
Evaluates a SQL/JSON path expression against a JSON document. Returns true if the path predicate evaluates to true for the document. Time-zone-aware variants use an explicit time zone when interpre…
json_path_match_tz(…) → BoolKind · scalar
Evaluates a SQL/JSON path expression against a JSON document. Returns true if the path predicate evaluates to true for the document. Time-zone-aware variants use an explicit time zone when interpreting temporal literals or casts inside the path expression.
Part of the JSON family.