Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ cursor
Method
cursor
tests/comparison/cluster.py:400–403 ·
view source on GitHub ↗
(self, db_name=None)
Source
from the content-addressed store, hash-verified
398
399
@contextmanager
400
def
cursor(self, db_name=None):
401
with
self.connect(db_name=db_name)
as
conn:
402
with
conn.cursor()
as
cur:
403
yield
cur
404
405
406
class
Impala(Service):
Callers
15
drop_tables
Function · 0.45
create_tables
Function · 0.45
clean_data
Function · 0.45
load_data
Function · 0.45
is_loaded
Function · 0.45
load
Function · 0.45
__auto_closed_cursor
Function · 0.45
impala_testinfra_cursor
Function · 0.45
populate_db
Method · 0.45
_prepare_table_storage
Method · 0.45
data_generator.py
File · 0.45
__init__
Method · 0.45
Calls
1
connect
Method · 0.95
Tested by
8
__auto_closed_cursor
Function · 0.36
impala_testinfra_cursor
Function · 0.36
hive_cursor
Function · 0.36
cursor
Function · 0.36
postgresql_cursor
Function · 0.36
test_duplicate_headers
Method · 0.36
_get_fast_timeout_cursor_from_hs2_client
Method · 0.36
test_kudu_not_available
Method · 0.36