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

Method get_protocol

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

Source from the content-addressed store, hash-verified

106 raise ValueError("Test vector does not contain value '%s'" % name)
107
108 def get_protocol(self):
109 return self.get_value(PROTOCOL)
110
111 def get_table_format(self):
112 return self.get_value(TABLE_FORMAT)

Calls 1

get_valueMethod · 0.95

Tested by

no test coverage detected