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

Method get_state

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

Source from the content-addressed store, hash-verified

1069 return exc
1070
1071 def get_state(self, operation_handle):
1072 return self.__get_operation(operation_handle).get_status()
1073
1074 def wait_for(self, operation_handle, timeout_s=60):
1075 """

Callers 3

wait_forMethod · 0.95
get_impala_exec_stateMethod · 0.95

Calls 1

__get_operationMethod · 0.95

Tested by

no test coverage detected