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

Method use_distinct

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

Source from the content-addressed store, hash-verified

399 return self._choose_from_weights(weights)
400
401 def use_distinct(self):
402 return self._decide_from_probability('MISC', 'SELECT_DISTINCT')
403
404 def use_distinct_in_func(self):
405 return self._decide_from_probability('MISC', 'SELECT_DISTINCT')

Callers 1

generate_statementMethod · 0.80

Calls 1

Tested by

no test coverage detected