MCPcopy Create free account
hub / github.com/apache/impala / __open_single_cursor

Method __open_single_cursor

tests/common/impala_connection.py:597–599  ·  view source on GitHub ↗
(self, user=None)

Source from the content-addressed store, hash-verified

595 self.set_configuration_option("client_identifier", tests.common.current_node)
596
597 def __open_single_cursor(self, user=None):
598 return self.__impyla_conn.cursor(user=user, convert_types=False,
599 close_finished_queries=False)
600
601 def __close_single_cursor(self, cursor):
602 try:

Callers 3

default_cursorMethod · 0.95
executeMethod · 0.95
execute_asyncMethod · 0.95

Calls 1

cursorMethod · 0.45

Tested by

no test coverage detected