Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ cursor
Function
cursor
tests/comparison/tests/conftest.py:47–50 ·
view source on GitHub ↗
(request)
Source
from the content-addressed store, hash-verified
45
46
@pytest.fixture
47
def
cursor(request):
48
with
cluster(request).impala.connect()
as
conn:
49
with
conn.cursor()
as
cur:
50
yield
cur
51
52
53
def
get_option_value(request, dest_var_name):
Callers
nothing calls this directly
Calls
3
cluster
Function · 0.85
connect
Method · 0.45
cursor
Method · 0.45
Tested by
no test coverage detected