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

Method weights

tests/comparison/query_profile.py:267–269  ·  view source on GitHub ↗

Convenience method for getting the values of named weights

(self, *keys)

Source from the content-addressed store, hash-verified

265 return value
266
267 def weights(self, *keys):
268 '''Convenience method for getting the values of named weights'''
269 return self._get_config_value(self._weights, *keys)
270
271 def bounds(self, *keys):
272 '''Convenience method for getting the values of named bounds'''

Calls 1

_get_config_valueMethod · 0.95

Tested by

no test coverage detected