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

Method use_inline_view

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

Source from the content-addressed store, hash-verified

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)

Callers 2

_create_table_exprMethod · 0.80
_create_join_clauseMethod · 0.80

Calls 1

Tested by

no test coverage detected