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

Method get_exec_option_dict

tests/common/test_vector.py:114–115  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

112 return self.get_value(TABLE_FORMAT)
113
114 def get_exec_option_dict(self):
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())

Calls 1

get_valueMethod · 0.95

Tested by

no test coverage detected