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

Method close_query

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

Source from the content-addressed store, hash-verified

1089 return self.__get_operation(operation_handle).cancel()
1090
1091 def close_query(self, operation_handle):
1092 self.log_handle(operation_handle, "closing query for operation")
1093 return self.__get_operation(operation_handle).close()
1094
1095 def state_is_finished(self, operation_handle): # noqa: U100
1096 raise NotImplementedError()

Calls 3

__get_operationMethod · 0.95
closeMethod · 0.65
log_handleMethod · 0.45