jsonb_get

Function jsonb_get 

Source
fn jsonb_get(
    jsons: &BinaryViewArray,
    paths: &StringViewArray,
    builder: &mut impl JsonGetResultBuilder,
) -> Result<()>