(&mut self)
| 1970 | } |
| 1971 | |
| 1972 | pub fn take(&mut self) -> HirRelationExpr { |
| 1973 | mem::replace( |
| 1974 | self, |
| 1975 | HirRelationExpr::constant(vec![], SqlRelationType::new(Vec::new())), |
| 1976 | ) |
| 1977 | } |
| 1978 | |
| 1979 | #[deprecated = "Use `Visit::visit_post`."] |
| 1980 | pub fn visit<'a, F>(&'a self, depth: usize, f: &mut F) |