Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_failpoints
Method · 0.80
test_compute_stats
Method · 0.80
test_wait_time_cancellation
Method · 0.80
_create_test_table
Method · 0.80
test_text_scanner
Method · 0.80
test_aggregation
Method · 0.80
__run_tablesample
Method · 0.80
run_test_case
Method · 0.80
wrapper
Method · 0.80
_get_table_location
Method · 0.80
default_protocol_or_parquet_constraint
Function · 0.80
default_protocol_or_text_constraint
Function · 0.80
Calls
1
get_value
Method · 0.95
Tested by
no test coverage detected