pub fn fts_query_is_jsonpath(query_arg: Option<&ScalarExpr>) -> boolExpand description
The @@ operator doubles as a JSONPath match when the right-hand
side is a $... path literal; that form evaluates row-level JSON and
needs no text index.
pub fn fts_query_is_jsonpath(query_arg: Option<&ScalarExpr>) -> boolThe @@ operator doubles as a JSONPath match when the right-hand
side is a $... path literal; that form evaluates row-level JSON and
needs no text index.