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

Method is_initialized

tests/common/impala_connection.py:227–229  ·  view source on GitHub ↗

Returns whether the Impala exec state of a operation_handle is INITIALIZED

(self, operation_handle)

Source from the content-addressed store, hash-verified

225 return self.is_finished(operation_handle)
226
227 def is_initialized(self, operation_handle):
228 """Returns whether the Impala exec state of a operation_handle is INITIALIZED"""
229 return self.__is_at_exec_state(operation_handle, INITIALIZED)
230
231 def is_pending(self, operation_handle):
232 """Returns whether the Impala exec state of a operation_handle is PENDING"""

Callers

nothing calls this directly

Calls 1

__is_at_exec_stateMethod · 0.95

Tested by

no test coverage detected