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

Method get_value

tests/common/test_vector.py:102–106  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

100 return default_value
101
102 def get_value(self, name):
103 for vector_value in self.vector_values:
104 if vector_value.name == name:
105 return vector_value.value
106 raise ValueError("Test vector does not contain value '%s'" % name)
107
108 def get_protocol(self):
109 return self.get_value(PROTOCOL)

Callers 15

get_protocolMethod · 0.95
get_table_formatMethod · 0.95
get_exec_option_dictMethod · 0.95
get_exec_optionMethod · 0.95
set_exec_optionMethod · 0.95
unset_exec_optionMethod · 0.95
add_test_dimensionsMethod · 0.45
test_failpointsMethod · 0.45
__execute_fail_actionMethod · 0.45
__get_shell_clientMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected