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

Method unset_exec_option

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

Source from the content-addressed store, hash-verified

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()]
127
128 def __str__(self):
129 return ' | '.join(['%s' % vector_value for vector_value in self.vector_values])

Callers 9

test_kudu_insertMethod · 0.80
test_basic_filtersMethod · 0.80
test_metadata_tablesMethod · 0.80
test_exprsMethod · 0.80
test_basic_filtersMethod · 0.80

Calls 1

get_valueMethod · 0.95

Tested by

no test coverage detected