MCPcopy Create free account
hub / github.com/apache/impala / get_table_count

Method get_table_count

tests/comparison/query_profile.py:363–364  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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')

Callers 1

_create_from_clauseMethod · 0.45

Calls 1

_choose_from_boundsMethod · 0.95

Tested by

no test coverage detected