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

Method set_exec_option

tests/common/test_vector.py:122–123  ·  view source on GitHub ↗
(self, option_name, option_value)

Source from the content-addressed store, hash-verified

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)
124
125 def unset_exec_option(self, option_name):
126 del self.get_value(EXEC_OPTION)[option_name.lower()]

Calls 1

get_valueMethod · 0.95

Tested by

no test coverage detected