pub fn where_eq<L, R>(left: L, right: R) -> Eqwhere L: Into<Identifier>, R: Into<Box<dyn Expression>>,