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

Method get_table_format

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

Source from the content-addressed store, hash-verified

109 return self.get_value(PROTOCOL)
110
111 def get_table_format(self):
112 return self.get_value(TABLE_FORMAT)
113
114 def get_exec_option_dict(self):
115 return self.get_value(EXEC_OPTION)

Callers 13

test_failpointsMethod · 0.80
test_compute_statsMethod · 0.80
_create_test_tableMethod · 0.80
test_text_scannerMethod · 0.80
test_aggregationMethod · 0.80
__run_tablesampleMethod · 0.80
run_test_caseMethod · 0.80
wrapperMethod · 0.80
_get_table_locationMethod · 0.80

Calls 1

get_valueMethod · 0.95

Tested by

no test coverage detected