Boolean expression to compare columns of type "jsonb". All fields are combined with logical 'AND'.
- _castjsonb_cast_exp
- _contained_inis the column contained in the given json value
- _containsdoes the column contain the given json value at the top level
- _eq
- _gt
- _gte
- _has_keydoes the string exist as a top-level key in the column
- _has_keys_alldo all of these strings exist as top-level keys in the column
- _has_keys_anydo any of these strings exist as top-level keys in the column
- _in
- _is_null
- _lt
- _lte
- _neq
- _nin