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

Method __get_operation

tests/common/impala_connection.py:1050–1051  ·  view source on GitHub ↗
(self, operation_handle)

Source from the content-addressed store, hash-verified

1048 return operation_handle
1049
1050 def __get_operation(self, operation_handle):
1051 return hs2.Operation(self.__session, operation_handle.get_handle())
1052
1053 def fetch(self, sql_stmt, operation_handle, max_rows=-1): # noqa: U100
1054 """

Callers 5

fetchMethod · 0.95
get_stateMethod · 0.95
cancelMethod · 0.95
close_queryMethod · 0.95
get_runtime_profileMethod · 0.95

Calls 2

get_handleMethod · 0.80
OperationMethod · 0.45

Tested by

no test coverage detected