(self)
| 1926 | } |
| 1927 | |
| 1928 | pub fn exists(self) -> HirScalarExpr { |
| 1929 | HirScalarExpr::Exists(Box::new(self), NameMetadata::default()) |
| 1930 | } |
| 1931 | |
| 1932 | pub fn select(self) -> HirScalarExpr { |
| 1933 | HirScalarExpr::Select(Box::new(self), NameMetadata::default()) |
no outgoing calls