(self)
| 7536 | ) |
| 7537 | |
| 7538 | def test_correlate_semiauto_from(self): |
| 7539 | t1, t2, s1 = self._fixture() |
| 7540 | self._assert_from_uncorrelated(select(t2, s1.correlate(t2).alias())) |
| 7541 | |
| 7542 | def test_correlate_semiauto_having(self): |
| 7543 | t1, t2, s1 = self._fixture() |
nothing calls this directly
no test coverage detected