Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
Callers
6
create_impala_client_from_vector
Method · 0.80
run_test_case
Method · 0.80
execute_query_using_vector
Method · 0.80
default_protocol_or_parquet_constraint
Function · 0.80
default_protocol_or_text_constraint
Function · 0.80
run
Method · 0.80
Calls
1
get_value
Method · 0.95
Tested by
no test coverage detected