MCPcopy 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
406class Impala(Service):

Callers 15

drop_tablesFunction · 0.45
create_tablesFunction · 0.45
clean_dataFunction · 0.45
load_dataFunction · 0.45
is_loadedFunction · 0.45
loadFunction · 0.45
__auto_closed_cursorFunction · 0.45
impala_testinfra_cursorFunction · 0.45
populate_dbMethod · 0.45
data_generator.pyFile · 0.45
__init__Method · 0.45

Calls 1

connectMethod · 0.95

Tested by 8

__auto_closed_cursorFunction · 0.36
impala_testinfra_cursorFunction · 0.36
hive_cursorFunction · 0.36
cursorFunction · 0.36
postgresql_cursorFunction · 0.36