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

Method get_state

tests/common/impala_connection.py:206–209  ·  view source on GitHub ↗

Returns the state of a query. May raise en error, depending on connection type.

(self, operation_handle)

Source from the content-addressed store, hash-verified

204
205 @abc.abstractmethod
206 def get_state(self, operation_handle):
207 """Returns the state of a query.
208 May raise en error, depending on connection type."""
209 pass
210
211 @abc.abstractmethod
212 def get_impala_exec_state(self, operation_handle):

Callers 6

wait_for_any_stateMethod · 0.45
wait_for_query_stateMethod · 0.45
get_stateMethod · 0.45
__expect_client_stateMethod · 0.45
test_user_validationMethod · 0.45

Calls

no outgoing calls

Tested by 4

wait_for_any_stateMethod · 0.36
__expect_client_stateMethod · 0.36
test_user_validationMethod · 0.36