fn each_or_arg_constrains_each_key_field(
    key: &[MirScalarExpr],
    or_args: Vec<MirScalarExpr>
) -> Option<(Vec<Row>, bool)>