(self)
| 7650 | ) |
| 7651 | |
| 7652 | def test_correlate_disabled_from(self): |
| 7653 | t1, t2, s1 = self._fixture() |
| 7654 | self._assert_from_uncorrelated(select(t2, s1.correlate(None).alias())) |
| 7655 | |
| 7656 | def test_correlate_disabled_having(self): |
| 7657 | t1, t2, s1 = self._fixture() |
nothing calls this directly
no test coverage detected