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

Method get_exec_option

tests/common/test_vector.py:117–120  ·  view source on GitHub ↗
(self, option_name)

Source from the content-addressed store, hash-verified

115 return self.get_value(EXEC_OPTION)
116
117 def get_exec_option(self, option_name):
118 value = self.get_value(EXEC_OPTION).get(option_name.lower())
119 assert value is not None
120 return value
121
122 def set_exec_option(self, option_name, option_value):
123 self.get_value(EXEC_OPTION)[option_name.lower()] = str(option_value)

Callers 5

test_basic_filtersMethod · 0.80
test_row_filtersMethod · 0.80
test_basic_filtersMethod · 0.80

Calls 2

get_valueMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected