(self)
| 417 | return self._decide_from_probability('MISC', 'UNION_ALL') |
| 418 | |
| 419 | def get_query_execution(self): |
| 420 | return self._choose_from_weights('QUERY_EXECUTION') |
| 421 | |
| 422 | def use_having_without_groupby(self): |
| 423 | return True |
no test coverage detected