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

Method get_query_execution

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

Source from the content-addressed store, hash-verified

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

Callers 1

searchMethod · 0.80

Calls 1

_choose_from_weightsMethod · 0.95

Tested by

no test coverage detected