Function jsonbb_contains

Source
fn jsonbb_contains(left: ValueRef<'_>, right: ValueRef<'_>, root: bool) -> bool
Expand description

Performs jsonb_contains on jsonbb::ValueRef. root indicates whether the current recursion is at the root level.