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

Method default_cursor

tests/common/impala_connection.py:609–612  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

607 pass
608
609 def default_cursor(self):
610 if self.__cursor is None:
611 self.__cursor = self.__open_single_cursor(user=self.__user)
612 return self.__cursor
613
614 def connect(self):
615 host, port = split_host_port(self.__host_port)

Callers 3

get_tablesMethod · 0.95
__log_executeMethod · 0.95
executeMethod · 0.95

Calls 1

__open_single_cursorMethod · 0.95

Tested by

no test coverage detected