(self)
| 364 | return self._choose_from_bounds('TABLE_COUNT') |
| 365 | |
| 366 | def use_inline_view(self): |
| 367 | return self._decide_from_probability('MISC', 'INLINE_VIEW') |
| 368 | |
| 369 | def choose_table(self, table_exprs): |
| 370 | return choice(table_exprs) |
no test coverage detected