(self)
| 361 | return self._choose_from_bounds('ANALYTIC_LEAD_LAG_OFFSET') |
| 362 | |
| 363 | def get_table_count(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') |
no test coverage detected