MCPcopy 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
47def cursor(request):
48 with cluster(request).impala.connect() as conn:
49 with conn.cursor() as cur:
50 yield cur
51
52
53def get_option_value(request, dest_var_name):

Callers

nothing calls this directly

Calls 3

clusterFunction · 0.85
connectMethod · 0.45
cursorMethod · 0.45

Tested by

no test coverage detected