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

Method is_finished

tests/common/impala_connection.py:239–241  ·  view source on GitHub ↗

Returns whether the Impala exec state of a operation_handle is FINISHED

(self, operation_handle)

Source from the content-addressed store, hash-verified

237 return self.__is_at_exec_state(operation_handle, RUNNING)
238
239 def is_finished(self, operation_handle):
240 """Returns whether the Impala exec state of a operation_handle is FINISHED"""
241 return self.__is_at_exec_state(operation_handle, FINISHED)
242
243 def is_error(self, operation_handle):
244 """Returns whether the Impala exec state of a operation_handle is ERROR.

Callers 4

state_is_finishedMethod · 0.95
__verify_refreshMethod · 0.80
test_set_request_poolMethod · 0.80

Calls 1

__is_at_exec_stateMethod · 0.95

Tested by 3

__verify_refreshMethod · 0.64
test_set_request_poolMethod · 0.64